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.
This commit is contained in:
finga 2023-11-15 11:43:00 +01:00
parent d80f02e008
commit 3b721d8346

View file

@ -1,7 +1,5 @@
(use-package org
:ensure t
:init (setq org-export-backends '(ascii html icalendar latex odt beamer))
:mode ("\\.org\\'" . org-mode)
:bind (("C-c a" . org-agenda)))
:init (setq org-export-backends '(ascii html icalendar latex odt beamer)))
(setq org-directory "~/org")