summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-07 13:12:54 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-07 13:12:54 +0000
commit226b1680f6243be478efaefa2ff2cf1fe63dbd09 (patch)
treeb74bff83bea06dcb2dd1c2b570834d8a4b3afa5b
parent4e66dcd9ab6b934c0c93626fa18bb2ce859c3a11 (diff)
added expand-region package
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index d0cc519..00e7b0d 100644
--- a/init.el
+++ b/init.el
@@ -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