Commit a42beec0526a

Vincent Demeester <vincent@sbr.pm>
2020-09-21 12:44:51
tools/emacs: fix config-org loading time
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 29dc1b5
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -489,6 +489,7 @@ Switch projects and subprojects from STARTED back to TODO"
            :head "#+TITLE: ${title}\n"
            :unnarrowed t))))
 (use-package org
+  :defer 2
   :config
   (defun vde/tangle-all-notes ()
     "Produce files from my notes folder.
@@ -576,6 +577,7 @@ file which do not already have one."
   :config
   (setq org-html-coding-system 'utf-8-unix))
 (use-package diary-lib
+  :after (org)
   :config
   (setq diary-entry-marker "diary")
   (setq diary-show-holidays-flag t)