summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-17 10:44:59 +0200
committerGravatar Tom Willemse2015-06-17 10:44:59 +0200
commitdb423b3ce22ceb773a265a369a70ca4fb3054b91 (patch)
tree900702c7f21df9113233a4e48fe695fd8c44e99e /emacs/.emacs.d/init.el
parent860962626b9c6139bf1dff650b3fcafb87133763 (diff)
downloaddotfiles-db423b3ce22ceb773a265a369a70ca4fb3054b91.tar.gz
dotfiles-db423b3ce22ceb773a265a369a70ca4fb3054b91.zip
Stop using colemak-evil
To become more familiar with the physical placement of evil's keybindings I've written a new layout. This is basically the same as the default except that it's mapped out over a colemak layout and hjkl has become jkl; and ; has become h. I did this because I feel jkl; is more comfortable.
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 7e2d206..56e9668 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -1503,7 +1503,7 @@ from myaethon2.core.decorators import (
(evil-mode)
(kill-local-variable 'mode-line-format)
(when (string-equal (system-name) "drd")
- (require 'colemak-evil))
+ (require 'evil-colemak))
(global-evil-surround-mode)
(global-company-mode))