home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a42beec0526afd13be61241dbdba7a7b97e56569
parent 29dc1b5b329c9d69698188a49a826b4a28beefe1
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 21 Sep 2020 11:44:51 +0100

tools/emacs: fix config-org loading time

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-org.el b/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)