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:
parent
d80f02e008
commit
3b721d8346
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure t
|
:ensure t
|
||||||
:init (setq org-export-backends '(ascii html icalendar latex odt beamer))
|
:init (setq org-export-backends '(ascii html icalendar latex odt beamer)))
|
||||||
:mode ("\\.org\\'" . org-mode)
|
|
||||||
:bind (("C-c a" . org-agenda)))
|
|
||||||
|
|
||||||
(setq org-directory "~/org")
|
(setq org-directory "~/org")
|
||||||
|
|
Loading…
Reference in a new issue