diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2017-08-14 03:11:01 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2017-08-14 03:11:01 (GMT) |
| commit | 6fe1836410e3f7d6afe39fb16b6b89916cf784ef (patch) | |
| tree | 254adb4ce0e46c694139e5212b2aa7f338da91d9 /lisp | |
| parent | 10324e632827a9d1ad2d15f0ed6050b6f5c9ab47 (diff) | |
| download | dotemacs-6fe1836410e3f7d6afe39fb16b6b89916cf784ef.zip dotemacs-6fe1836410e3f7d6afe39fb16b6b89916cf784ef.tar.gz dotemacs-6fe1836410e3f7d6afe39fb16b6b89916cf784ef.tar.bz2 | |
Remove god-mode
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-navigation.el | 6 |
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) |
