about summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/wpc/window-manager.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/wpc/window-manager.el b/emacs/.emacs.d/wpc/window-manager.el
index 000fca87a155..f0dd196cc7fd 100644
--- a/emacs/.emacs.d/wpc/window-manager.el
+++ b/emacs/.emacs.d/wpc/window-manager.el
@@ -31,7 +31,6 @@
 (require 'display)
 (require 'vterm-mgt)
 (require 'dash)
-(require 'evil)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Library
@@ -114,7 +113,6 @@
              (-map-indexed (lambda (i x)
                              (list i (window-manager--named-workspace-display x))))
              -flatten))
-  (evil-set-initial-state 'exwm-mode 'emacs)
   (setq exwm-workspace-number (list-length window-manager--named-workspaces))
   (setq exwm-input-simulation-keys
         ;; TODO: Consider supporting M-d and other readline style KBDs.