finga
3b721d8346
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.
5 lines
158 B
EmacsLisp
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")
|