forked from colonelpanic/dotfiles
use suppress messages to get rid of pull output.
This commit is contained in:
parent
995dda48d5
commit
baef432216
@ -4,7 +4,7 @@
|
|||||||
(defvar imalison-org-mobile-sync:unsaved-changes-min-sync 1)
|
(defvar imalison-org-mobile-sync:unsaved-changes-min-sync 1)
|
||||||
|
|
||||||
(defun imalison-org-mobile-sync-pull-and-push ()
|
(defun imalison-org-mobile-sync-pull-and-push ()
|
||||||
(org-mobile-pull)
|
(suppress-messages (org-mobile-pull))
|
||||||
(imalison-org-mobile-sync)
|
(imalison-org-mobile-sync)
|
||||||
(when (fboundp 'sauron-add-event)
|
(when (fboundp 'sauron-add-event)
|
||||||
(sauron-add-event 'me 1 "Called org-mobile-pull and org-mobile-push")))
|
(sauron-add-event 'me 1 "Called org-mobile-pull and org-mobile-push")))
|
||||||
|
Loading…
Reference in New Issue
Block a user