From 7935118c35c5f4a6f7b9928556dd402e1a6380c7 Mon Sep 17 00:00:00 2001 From: fpi Date: Sat, 1 Aug 2020 18:12:30 +0200 Subject: Add notification upon finish async tangling --- emacs-init.org | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3