Remove easy-kill

This commit is contained in:
David Morgan 2021-09-22 07:00:06 +01:00
parent a6a07a4097
commit 7d6107941e
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@
:config
(browse-kill-ring-default-keybindings))
(use-package easy-kill
:bind
([remap kill-ring-save] . easy-kill)
([remap mark-sexp] . easy-mark))
(use-package emacs
:config
(defadvice exchange-point-and-mark (before deactivate-mark activate compile)