Make drag-stuff keys work

They weren’t actually bound…
This commit is contained in:
Gergely Polonkai 2016-11-30 17:32:51 +01:00
parent 67213f6da8
commit bea1fa998b
1 changed files with 2 additions and 1 deletions

View File

@ -310,7 +310,8 @@
(use-package drag-stuff
:ensure t
:config
(drag-stuff-global-mode t))
(drag-stuff-global-mode t)
(drag-stuff-define-keys))
;; Git gutter
;; If we are in text-only mode, there is no fringe.