summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-06-05 17:55:43 +0100
committerAlan Pearce2014-06-05 17:56:13 +0100
commitd7e339ebccbc364046373e01c660527fa781ca79 (patch)
tree138034e81209e52164de8d5b168f285c88b1df41 /tag-emacs
parent5854d164cf1462795073dabc061a1d530b3620fe (diff)
downloaddotfiles-d7e339ebccbc364046373e01c660527fa781ca79.tar.lz
dotfiles-d7e339ebccbc364046373e01c660527fa781ca79.tar.zst
dotfiles-d7e339ebccbc364046373e01c660527fa781ca79.zip
Emacs: setup org-mobile, syncing via Dropbox
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 45d06ff..e8f8fb2 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -585,6 +585,11 @@
   :config (progn
             (setq org-journal-date-format "%A, %d %B %Y")))
 
+(req-package org-mobile
+  :require org
+  :config (progn
+            (setq org-mobile-directory "~/Dropbox/MobileOrg")))
+
 ;;;; Programming
 
 (req-package cedet