summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-01-14 19:41:46 +0100
committerAlan Pearce2016-01-14 19:41:46 +0100
commit839dd59b474a365419f921600ed5aaea8add628b (patch)
treec0374f42d9c18ae269e1de2564029c8019415060 /tag-emacs
parent3477d9f8e72164366e7c222515082f47b6d9a962 (diff)
downloaddotfiles-839dd59b474a365419f921600ed5aaea8add628b.tar.lz
dotfiles-839dd59b474a365419f921600ed5aaea8add628b.tar.zst
dotfiles-839dd59b474a365419f921600ed5aaea8add628b.zip
Formatting
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index cf2b362..1bdfac0 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1659,8 +1659,7 @@ I can use this to keep a journal.  I should use it.
                             (dolist (file (org-mobile-files-alist))
                               (if (string= (file-truename (expand-file-name (car file)))
                                            (file-truename (buffer-file-name)))
-                                  (org-mobile-push-with-delay 30)))
-                            )))
+                                  (org-mobile-push-with-delay 30))))))
 
               (run-at-time "00:05" 86400 '(lambda () (org-mobile-push-with-delay 1))) ;; refreshes agenda file each day
               (org-mobile-pull) ;; run org-mobile-pull at startup