fix(default): removal vestigial drag-stuff config

drag-stuff was removed for evil users in 816db4a, but I forgot to stage
the removal of its use-package! block when I moved it, leaving defunct
keybinds in its wake.

Amend: 816db4a62a
This commit is contained in:
Henrik Lissner 2024-09-04 13:46:24 -04:00
parent bd71e16cf4
commit 2d3f003969
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -71,15 +71,6 @@
(setq woman-manpath manpath)))) (setq woman-manpath manpath))))
(use-package! drag-stuff
:defer t
:init
(map! "<M-up>" #'drag-stuff-up
"<M-down>" #'drag-stuff-down
"<M-left>" #'drag-stuff-left
"<M-right>" #'drag-stuff-right))
;;;###package tramp ;;;###package tramp
(unless (featurep :system 'windows) (unless (featurep :system 'windows)
(setq tramp-default-method "ssh")) ; faster than the default scp (setq tramp-default-method "ssh")) ; faster than the default scp