Remove unused expand-region package

Haven't used that in a while.
This commit is contained in:
Daniel Borchmann 2025-03-28 19:23:30 +01:00
parent 261022d594
commit 1313fe1f21
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -2822,10 +2822,6 @@ eventuelly be set to nil, however)."
:ensure t :ensure t
:commands edit-list) :commands edit-list)
(use-package expand-region
:ensure t
:commands (er/expand-region))
(use-package eww (use-package eww
:init (setq eww-bookmarks-directory emacs-d-userdata)) :init (setq eww-bookmarks-directory emacs-d-userdata))
@ -3023,7 +3019,6 @@ eventuelly be set to nil, however)."
(bind-key "C-;" #'iedit-mode) (bind-key "C-;" #'iedit-mode)
(bind-key "C-<" #'mc/mark-previous-like-this) (bind-key "C-<" #'mc/mark-previous-like-this)
(bind-key "C->" #'mc/mark-next-like-this) (bind-key "C->" #'mc/mark-next-like-this)
(bind-key "C-@" #'er/expand-region)
(bind-key "C-M-\\" #'crux-cleanup-buffer-or-region) (bind-key "C-M-\\" #'crux-cleanup-buffer-or-region)
(bind-key "C-S-c C-S-c" #'mc/edit-lines) (bind-key "C-S-c C-S-c" #'mc/edit-lines)
(bind-key "C-Z" #'undo-tree-redo) (bind-key "C-Z" #'undo-tree-redo)