Enable erase-buffer, websockets, org-remark, epub export, and svg export for mermaid-cli
This commit is contained in:
parent
6bd147d5c8
commit
407145f885
4 changed files with 10 additions and 0 deletions
|
|
@ -651,6 +651,9 @@
|
|||
org-roam-ui-update-on-save t
|
||||
org-roam-ui-open-on-start nil)))
|
||||
|
||||
;; Annotation
|
||||
(use-package org-remark)
|
||||
|
||||
;; Bibliography stuff
|
||||
(setq bibtex-dialect 'biblatex) ;; Use biblatex instead of bibtex.
|
||||
|
||||
|
|
@ -700,6 +703,9 @@
|
|||
(mermaid . t)
|
||||
))
|
||||
|
||||
;; Epub export
|
||||
(use-package ox-epub)
|
||||
|
||||
;;; LaTeX configuration
|
||||
(require 'ox-latex)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue