summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2014-12-14 05:46:59 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2014-12-14 05:46:59 (GMT)
commit92016421ef6d1ca263eb595d372e1c1f79517bfa (patch)
treefdfb2198b8e8b2a7484ddb2d659219b861f6c409
parent8f54ff1365ffa39654348a1bcd1236a618844bef (diff)
downloaddotemacs-92016421ef6d1ca263eb595d372e1c1f79517bfa.zip
dotemacs-92016421ef6d1ca263eb595d372e1c1f79517bfa.tar.gz
dotemacs-92016421ef6d1ca263eb595d372e1c1f79517bfa.tar.bz2
Disable god-mode since I never use it
-rw-r--r--ravi-init-navigation.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/ravi-init-navigation.el b/ravi-init-navigation.el
index 875f805..91755a4 100644
--- a/ravi-init-navigation.el
+++ b/ravi-init-navigation.el
@@ -105,6 +105,7 @@
(use-package god-mode
:bind (("<escape>" . god-local-mode))
+ :disabled t ; less useful than I thought
:ensure t
)