Add ox-pandoc
This commit is contained in:
parent
56618146f0
commit
a2a1f8659a
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
("melpa" . "https://melpa.org/packages/")
|
("melpa" . "https://melpa.org/packages/")
|
||||||
("org" . "https://orgmode.org/elpa/")))
|
("org" . "https://orgmode.org/elpa/")))
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(evil-surround evil-collection undo-tree toc-org evil-org org-plus-contrib evil-goggles evil-expat evil-commentary auto-package-update lispy smartparens which-key git-gutter rainbow-delimiters auto-complete-distel auto-complete evil magit evil-magit))
|
'(ox-pandoc evil-surround evil-collection undo-tree toc-org evil-org org-plus-contrib evil-goggles evil-expat evil-commentary auto-package-update lispy smartparens which-key git-gutter rainbow-delimiters auto-complete-distel auto-complete evil magit evil-magit))
|
||||||
'(undo-tree-auto-save-history t)
|
'(undo-tree-auto-save-history t)
|
||||||
'(undo-tree-history-directory-alist '(("." . "~/.undohist-emacs")))
|
'(undo-tree-history-directory-alist '(("." . "~/.undohist-emacs")))
|
||||||
'(undo-tree-visualizer-diff t)
|
'(undo-tree-visualizer-diff t)
|
||||||
|
@ -165,6 +165,9 @@
|
||||||
(add-hook 'org-mode-hook 'toc-org-mode)
|
(add-hook 'org-mode-hook 'toc-org-mode)
|
||||||
(add-hook 'markdown-mode-hook 'toc-org-mode))
|
(add-hook 'markdown-mode-hook 'toc-org-mode))
|
||||||
|
|
||||||
|
(use-package ox-pandoc
|
||||||
|
:after (org))
|
||||||
|
|
||||||
|
|
||||||
(setq cider-font-lock-dynamically '(macro core function var))
|
(setq cider-font-lock-dynamically '(macro core function var))
|
||||||
;; These don't work yet?
|
;; These don't work yet?
|
||||||
|
|
Loading…
Add table
Reference in a new issue