mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(default): removal vestigial drag-stuff config
drag-stuff was removed for evil users in816db4a
, 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:
@ -71,15 +71,6 @@
|
||||
(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
|
||||
(unless (featurep :system 'windows)
|
||||
(setq tramp-default-method "ssh")) ; faster than the default scp
|
||||
|
Reference in New Issue
Block a user