dotfiles-emacs/.emacs.d/config/org.el
finga 3b721d8346 org: Reduce configuration
Remove the configuration of the mode as this should be superfluous and
remove the keybinding for the org-agenda as this was never used by me.
2023-11-15 11:45:53 +01:00

5 lines
158 B
EmacsLisp

(use-package org
:ensure t
:init (setq org-export-backends '(ascii html icalendar latex odt beamer)))
(setq org-directory "~/org")