diff options
author | Alan Pearce | 2016-05-11 15:41:58 +0200 |
---|---|---|
committer | Alan Pearce | 2016-05-11 15:42:22 +0200 |
commit | 8e381df2b74ec9f854ef4a52ac6f87513212f545 (patch) | |
tree | 1e344b2932a2b9010008c2cc4134ba7ed8e18ea5 /tag-emacs | |
parent | 2807e16d1726f203dc9a9d9f7eb5bcf3accdc9d3 (diff) | |
download | nixfiles-8e381df2b74ec9f854ef4a52ac6f87513212f545.tar.lz nixfiles-8e381df2b74ec9f854ef4a52ac6f87513212f545.tar.zst nixfiles-8e381df2b74ec9f854ef4a52ac6f87513212f545.zip |
Emacs: Disable org-mobile
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index a1561fc8..0fe83fd4 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1505,6 +1505,7 @@ I can use this to keep a journal. I should use it. (use-package org-mobile :defer 30 :ensure nil + :disabled t :config (progn (setq org-mobile-directory "~/Mobile/Org" org-mobile-inbox-for-pull "~/Mobile/Org/from-mobile.org") |