summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-08-24 14:48:35 +0200
committerGravatar Tom Willemse2014-08-24 14:48:35 +0200
commit62d9ac00b3ef4396723870082b5ad717f7969bc2 (patch)
tree23d093eed12b8d14dfd976bb383b1aee3106510b /emacs
parent521f28dc3631c283fc1e99c4c1c5702a867cf4ce (diff)
downloaddotfiles-62d9ac00b3ef4396723870082b5ad717f7969bc2.tar.gz
dotfiles-62d9ac00b3ef4396723870082b5ad717f7969bc2.zip
Only use colemak on drd
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
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")