Yet another pointless defer

This commit is contained in:
David Morgan 2023-05-18 16:05:43 +01:00
parent f95e09b8ff
commit 1e8ab0d24f
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 1 deletions

View File

@ -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)