diff options
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index 94de490..84e3375 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -121,7 +121,9 @@ emacs-async library." `(async-start (lambda () (require 'org) + (require 'org-clock) (org-babel-tangle-file ,file) + (org-notify (format "Tangled %s" ,file)) 'ignore))))) #+END_SRC As I use =org-crypt= all =.org= files need to be decrypted before |