From 62d9ac00b3ef4396723870082b5ad717f7969bc2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 24 Aug 2014 14:48:35 +0200 Subject: Only use colemak on drd --- emacs/.emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 29dbbc9..b6876c8 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -1467,7 +1467,8 @@ from myaethon2.core.decorators import ( (popwin-mode) (evil-mode) - (require 'colemak-evil) + (when (string-equal system-name "drd") + (require 'colemak-evil)) (global-evil-surround-mode)) (when (equal system-name "drd") -- cgit v1.2.3-54-g00ecf