summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
authorAlan Pearce2016-05-11 15:41:58 +0200
committerAlan Pearce2016-05-11 15:42:22 +0200
commit8e381df2b74ec9f854ef4a52ac6f87513212f545 (patch)
tree1e344b2932a2b9010008c2cc4134ba7ed8e18ea5 /tag-emacs/emacs.d/init.org
parent2807e16d1726f203dc9a9d9f7eb5bcf3accdc9d3 (diff)
downloaddotfiles-8e381df2b74ec9f854ef4a52ac6f87513212f545.tar.lz
dotfiles-8e381df2b74ec9f854ef4a52ac6f87513212f545.tar.zst
dotfiles-8e381df2b74ec9f854ef4a52ac6f87513212f545.zip
Emacs: Disable org-mobile
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index a1561fc..0fe83fd 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")