From 2d3f00396948ec309ba8e9b6188085c0c42acc79 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 4 Sep 2024 13:46:24 -0400 Subject: [PATCH] fix(default): removal vestigial drag-stuff config drag-stuff was removed for evil users in 816db4a, but I forgot to stage the removal of its use-package! block when I moved it, leaving defunct keybinds in its wake. Amend: 816db4a62add --- modules/config/default/config.el | 9 --------- 1 file changed, 9 deletions(-) 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