forked from colonelpanic/dotfiles
Multilining.
This commit is contained in:
parent
568b50e79c
commit
c6f286968a
@ -26,7 +26,8 @@
|
|||||||
|
|
||||||
(defun imalison-org-mobile-sync (&optional force)
|
(defun imalison-org-mobile-sync (&optional force)
|
||||||
(interactive)
|
(interactive)
|
||||||
(when (or force (>= imalison-org-mobile-sync:unsaved-changes-count imalison-org-mobile-sync:unsaved-changes-min-sync))
|
(when (or force (>= imalison-org-mobile-sync:unsaved-changes-count
|
||||||
|
imalison-org-mobile-sync:unsaved-changes-min-sync))
|
||||||
(org-mobile-push)
|
(org-mobile-push)
|
||||||
(setq imalison-org-mobile-sync:unsaved-changes-count 0)))
|
(setq imalison-org-mobile-sync:unsaved-changes-count 0)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user