Add defer to buffer-move load.

This commit is contained in:
KJ 2023-06-23 19:38:54 -04:00
parent 5342a6b4f1
commit 6e1b1b74f5

View File

@ -16,6 +16,7 @@
;; Intercamiar buffers de lugar ;; Intercamiar buffers de lugar
(use-package buffer-move (use-package buffer-move
:defer t
:straight t :straight t
:bind (("M-S-<up>" . buf-move-up) :bind (("M-S-<up>" . buf-move-up)
("M-S-<down>" . buf-move-down) ("M-S-<down>" . buf-move-down)