diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-07 13:12:54 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-07 13:12:54 +0000 |
commit | 226b1680f6243be478efaefa2ff2cf1fe63dbd09 (patch) | |
tree | b74bff83bea06dcb2dd1c2b570834d8a4b3afa5b | |
parent | 4e66dcd9ab6b934c0c93626fa18bb2ce859c3a11 (diff) |
added expand-region package
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -232,6 +232,10 @@ Restart works only on graphic display." ;; PACKAGES +(use-package expand-region + :ensure t + :bind ("C-=" . er/expand-region)) + (use-package undo-tree :ensure t :init |