diff options
author | Alan Pearce | 2016-02-05 17:31:19 +0100 |
---|---|---|
committer | Alan Pearce | 2016-02-05 17:31:19 +0100 |
commit | 4f7e34a4c173b92db13e33bb660a189268d99554 (patch) | |
tree | e95519356cb9cd2390f299be11ad71525f1da794 /tag-emacs/emacs.d/init.org | |
parent | ed0669abc63b735fbbb482c63e8ccb9373a18ab1 (diff) | |
download | nixfiles-4f7e34a4c173b92db13e33bb660a189268d99554.tar.lz nixfiles-4f7e34a4c173b92db13e33bb660a189268d99554.tar.zst nixfiles-4f7e34a4c173b92db13e33bb660a189268d99554.zip |
Emacs: Fix org-mobile file-watch warning
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 2fc1fe6a..32984539 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1696,7 +1696,7 @@ I can use this to keep a journal. I should use it. (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)))))))) |