Commit 061dc0d69c17

Vincent Demeester <vincent@sbr.pm>
2020-08-21 16:49:27
tools/emacs: do not run vde/tangle-all-notes on exit…
… it's too much 🤕 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3f18edd
Changed files (1)
tools
emacs
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)