about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-05-18 16:05:43 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-05-18 16:05:43 +0100
commit1e8ab0d24f5f4fea300d59267caaccc914bfc4eb (patch)
treeaa0c9dd2db55467a92ee560a1d0839b9b762b46d /.emacs.d
parentf95e09b8ff4e617d0eac279c06e1dcd860ec6438 (diff)
downloaddotfiles-1e8ab0d24f5f4fea300d59267caaccc914bfc4eb.tar.gz
Yet another pointless defer
Diffstat (limited to '.emacs.d')
-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)