Remove the expand-region package

This commit is contained in:
Gergely Polonkai 2023-10-22 07:04:00 +02:00
parent e0367111d2
commit 989125b0b2
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 9 deletions

View File

@ -1937,15 +1937,6 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca
(global-anzu-mode 1))
#+END_SRC
** Gradually expand region
#+BEGIN_SRC emacs-lisp
(use-package expand-region
:bind
(:map gpolonkai/pers-map
("x" . er/expand-region)))
#+END_SRC
** An Emacs Dashboard
#+BEGIN_SRC emacs-lisp