about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/lisp/init-windows.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el
index 4881761..4cc7de4 100644
--- a/.emacs.d/lisp/init-windows.el
+++ b/.emacs.d/lisp/init-windows.el
@@ -48,7 +48,8 @@
     (put cmd 'repeat-map 'winner-repeat-map)))
 
 (use-package windmove
-  :init (windmove-default-keybindings))
+  :defer 5
+  :config (windmove-default-keybindings))
 
 (use-package buffer-move
   :bind (("C-S-<up>" . buf-move-up)