diff options
author | Alan Pearce | 2014-08-23 12:59:22 +0100 |
---|---|---|
committer | Alan Pearce | 2014-08-23 12:59:22 +0100 |
commit | c9506b38b3985c95a661dc791e4c56a7b575e598 (patch) | |
tree | 5a6d4a66917a86833d5fe9fca25e2da460ac1cef /tag-emacs | |
parent | 0022a91d26c4e585d212b9df1ac77a2a94532622 (diff) | |
download | nixfiles-c9506b38b3985c95a661dc791e4c56a7b575e598.tar.lz nixfiles-c9506b38b3985c95a661dc791e4c56a7b575e598.tar.zst nixfiles-c9506b38b3985c95a661dc791e4c56a7b575e598.zip |
Emacs: Update MobileOrg sync location
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 3f1860ee..4024fe97 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -770,7 +770,7 @@ mouse-1: Display Line and Column Mode Menu")))))) (req-package org-mobile :require org :config (progn - (setq org-mobile-directory "~/Dropbox/MobileOrg"))) + (setq org-mobile-directory "~/Mobile/Org"))) ;;;; Programming |