summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-08-23 12:59:50 +0100
committerAlan Pearce2014-08-23 12:59:50 +0100
commit5fc318b45c456fa51d02860f6ddcf9535684199e (patch)
tree169be04739bd75ff6bd6daf30938934d2f8fe0ea
parentc9506b38b3985c95a661dc791e4c56a7b575e598 (diff)
downloaddotfiles-5fc318b45c456fa51d02860f6ddcf9535684199e.tar.lz
dotfiles-5fc318b45c456fa51d02860f6ddcf9535684199e.tar.zst
dotfiles-5fc318b45c456fa51d02860f6ddcf9535684199e.zip
Emacs: Defer org submodule initialisation
-rw-r--r--tag-emacs/emacs.d/init.el2
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")))