finga
d2792a680d
To have one single org-mode configuration block move the `org-directory` configuration into the use-package block.
4 lines
145 B
EmacsLisp
4 lines
145 B
EmacsLisp
(use-package org
|
|
:ensure t
|
|
:init (setq org-export-backends '(ascii html icalendar latex odt beamer))
|
|
:config (setq org-directory "~/org"))
|