summaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2017-08-14 03:11:01 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2017-08-14 03:11:01 (GMT)
commit6fe1836410e3f7d6afe39fb16b6b89916cf784ef (patch)
tree254adb4ce0e46c694139e5212b2aa7f338da91d9 /lisp
parent10324e632827a9d1ad2d15f0ed6050b6f5c9ab47 (diff)
downloaddotemacs-6fe1836410e3f7d6afe39fb16b6b89916cf784ef.zip
dotemacs-6fe1836410e3f7d6afe39fb16b6b89916cf784ef.tar.gz
dotemacs-6fe1836410e3f7d6afe39fb16b6b89916cf784ef.tar.bz2
Remove god-mode
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ravi-init-navigation.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/ravi-init-navigation.el b/lisp/ravi-init-navigation.el
index e82c127..f749f6d 100644
--- a/lisp/ravi-init-navigation.el
+++ b/lisp/ravi-init-navigation.el
@@ -130,12 +130,6 @@
:ensure t
)
-(use-package god-mode
- :bind (("<escape>" . god-local-mode))
- :disabled t ; less useful than I thought
- :ensure t
- )
-
(bind-key "<M-f6>" 'ff-find-other-file)
(setq compilation-scroll-output 'first-error)