Install drag-stuff
This commit is contained in:
parent
8e8ec0257c
commit
a464af8766
1 changed files with 4 additions and 0 deletions
|
|
@ -170,6 +170,10 @@
|
|||
|
||||
(use-package dockerfile-mode)
|
||||
|
||||
(use-package drag-stuff
|
||||
:bind (("M-<up>" . drag-stuff-up)
|
||||
("M-<down>" . drag-stuff-down)))
|
||||
|
||||
(use-package dumb-jump
|
||||
:config
|
||||
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue