home

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

commit 061dc0d69c1703833a0183205c330175b03c8351
parent 3f18eddf47e078d18748bce9b60a0b507cf2ece3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 21 Aug 2020 16:49:27 +0200

tools/emacs: do not run vde/tangle-all-notes on exit…

… it's too much 🤕

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

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

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -497,8 +497,7 @@ assumption is that those will generate configuration file (in `~/src/home'), and thus keeping the configuration source up-to-date" (mapc (lambda (x) (org-babel-tangle-file x)) (ignore-errors - (directory-files-recursively org-notes-dir "\.org$")))) - :hook ((kill-emacs . vde/tangle-all-notes))) + (directory-files-recursively org-notes-dir "\.org$"))))) (use-package org-journal :commands (org-journal-new-entry org-capture) :after (org-capture)