about summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-10-04T17·27+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-10-04T17·27+0100
commitfbd5e7fb1840e61ea5f29a106a40ac664a827179 (patch)
tree1741d200b23eb1b041807352572652ba0cd62f17 /emacs
parent3ba4112849fe0c8701d0cb844ec4fff308062963 (diff)
Remove evil dependency from window-manager.el
When `keybindings` requires `window-manager`, the `evil-want-integration`
warning emerges. If I remove the `evil` dependency from `window-manager`, it
resolves the issue.
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.