Enable Markdown export from org-mode
This commit is contained in:
parent
f4ff08e0ba
commit
5873205a25
@ -7,6 +7,7 @@
|
||||
:init
|
||||
(leader-def-key "o" '(nil :which-key "org"))
|
||||
:config
|
||||
(require 'ox-md)
|
||||
(add-hook 'org-mode-hook #'olivetti-mode)
|
||||
(add-hook 'org-mode-hook (lambda () (require 'org-attach)))
|
||||
(defun org-scratch ()
|
||||
|
Loading…
Reference in New Issue
Block a user