diff options
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 45d06ff8..e8f8fb25 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 |