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:
parent
bd71e16cf4
commit
2d3f003969
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue