all repos — nixfiles @ 4f7e34a4c173b92db13e33bb660a189268d99554

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

Emacs: Fix org-mobile file-watch warning
Alan Pearce alan@alanpearce.co.uk
Fri, 05 Feb 2016 17:31:19 +0100
commit

4f7e34a4c173b92db13e33bb660a189268d99554

parent

ed0669abc63b735fbbb482c63e8ccb9373a18ab1

1 files changed, 1 insertions(+), 1 deletions(-)

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))))))))