Move drag-stuff configuration to use-package

This commit is contained in:
Gergely Polonkai 2016-10-10 20:42:10 +02:00
parent 5bae5a02a7
commit 53ba94fb32
1 changed files with 4 additions and 1 deletions

View File

@ -342,6 +342,10 @@
:config :config
(helm-projectile-on)) (helm-projectile-on))
(use-package drag-stuff
:config
(drag-stuff-global-mode t))
;; Load my own functions ;; Load my own functions
(load "gnu-c-header.el") (load "gnu-c-header.el")
(load "toggle-window-split.el") (load "toggle-window-split.el")
@ -434,7 +438,6 @@
(show-paren-mode t) (show-paren-mode t)
(global-git-gutter-mode t) (global-git-gutter-mode t)
(global-prettify-symbols-mode t) (global-prettify-symbols-mode t)
(drag-stuff-global-mode t)
;; Enable some functions ;; Enable some functions
(put 'downcase-region 'disabled nil) (put 'downcase-region 'disabled nil)