all repos — nixfiles @ 4f7e34a4c173b92db13e33bb660a189268d99554

System and user configuration, managed by nix and home-manager

Emacs: Fix org-mobile file-watch warning

Alan Pearce
commit

4f7e34a4c173b92db13e33bb660a189268d99554

parent

ed0669abc63b735fbbb482c63e8ccb9373a18ab1

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -1696,7 +1696,7 @@ (let ((org-file (expand-file-name
(concat (file-name-as-directory org-mobile-directory) org-mobile-capture-file)))) - (defun ap/org-mobile-pull () + (defun ap/org-mobile-pull (descriptor action file) (org-mobile-pull)) (setq org-mobile-watcher (file-notify-add-watch org-file '(change) #'ap/org-mobile-pull))))))))