mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add drag-stuff package #562
This commit is contained in:
@ -34,6 +34,16 @@
|
|||||||
;; prompt for the key passphrase.
|
;; prompt for the key passphrase.
|
||||||
epa-pinentry-mode 'loopback))
|
epa-pinentry-mode 'loopback))
|
||||||
|
|
||||||
|
|
||||||
|
(use-package! drag-stuff
|
||||||
|
:defer t
|
||||||
|
:init
|
||||||
|
(map! :gnv "<M-up>" #'drag-stuff-up
|
||||||
|
:gnv "<M-down>" #'drag-stuff-down
|
||||||
|
:gnv "<M-left>" #'drag-stuff-left
|
||||||
|
:gnv "<M-right>" #'drag-stuff-right))
|
||||||
|
|
||||||
|
|
||||||
;;;###package tramp
|
;;;###package tramp
|
||||||
(unless IS-WINDOWS
|
(unless IS-WINDOWS
|
||||||
(setq tramp-default-method "ssh")) ; faster than the default scp
|
(setq tramp-default-method "ssh")) ; faster than the default scp
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
(package! avy)
|
(package! avy)
|
||||||
(package! ace-link)
|
(package! ace-link)
|
||||||
|
(package! drag-stuff)
|
||||||
|
|
||||||
(unless (featurep! :editor evil)
|
(unless (featurep! :editor evil)
|
||||||
(package! expand-region))
|
(package! expand-region))
|
||||||
|
Reference in New Issue
Block a user