diff --git a/modules/config/default/config.el b/modules/config/default/config.el index 5873b54a9..eab995ec2 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -71,15 +71,6 @@ (setq woman-manpath manpath)))) -(use-package! drag-stuff - :defer t - :init - (map! "" #'drag-stuff-up - "" #'drag-stuff-down - "" #'drag-stuff-left - "" #'drag-stuff-right)) - - ;;;###package tramp (unless (featurep :system 'windows) (setq tramp-default-method "ssh")) ; faster than the default scp