diff options
author | Alan Pearce | 2014-08-23 12:59:50 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-23 12:59:50 +0100 |
commit | 5fc318b45c456fa51d02860f6ddcf9535684199e (patch) | |
tree | 169be04739bd75ff6bd6daf30938934d2f8fe0ea /tag-emacs | |
parent | c9506b38b3985c95a661dc791e4c56a7b575e598 (diff) | |
download | dotfiles-5fc318b45c456fa51d02860f6ddcf9535684199e.tar.lz dotfiles-5fc318b45c456fa51d02860f6ddcf9535684199e.tar.zst dotfiles-5fc318b45c456fa51d02860f6ddcf9535684199e.zip |
Emacs: Defer org submodule initialisation
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 4024fe9..2ed049b 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -764,11 +764,13 @@ mouse-1: Display Line and Column Mode Menu")))))) (req-package org-journal :require org + :defer t :config (progn (setq org-journal-date-format "%A, %d %B %Y"))) (req-package org-mobile :require org + :defer t :config (progn (setq org-mobile-directory "~/Mobile/Org"))) |