summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-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")