From be531d4dcc42cb1a3ed9ffe90742d9d77a711657 Mon Sep 17 00:00:00 2001 From: Ting Zhou Date: Sat, 8 Dec 2018 22:34:27 -0800 Subject: [PATCH] emacs/dired: enable evil-window-map in motion state --- modules/config/default/+bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+bindings.el b/modules/config/default/+bindings.el index 7a56b75bd..363975d76 100644 --- a/modules/config/default/+bindings.el +++ b/modules/config/default/+bindings.el @@ -512,7 +512,7 @@ ;; C-u is used by evil :desc "Universal argument" :n "u" #'universal-argument - :desc "window" :n "w" evil-window-map + :desc "window" :nm "w" evil-window-map (:desc "previous..." :prefix "[" :desc "Text size" :nv "[" #'text-scale-decrease