Add defer to buffer-move load.
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user