Enable Markdown export from org-mode

This commit is contained in:
Jeremy Dormitzer 2024-08-06 11:59:16 -04:00
parent f4ff08e0ba
commit 5873205a25

View File

@ -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 ()