From db423b3ce22ceb773a265a369a70ca4fb3054b91 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 17 Jun 2015 10:44:59 +0200 Subject: 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. --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init.el') 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)) -- cgit v1.2.3-54-g00ecf