summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-01-02 14:23:14 +0000
committerYann Herklotz <git@yannherklotz.com>2023-01-02 14:23:14 +0000
commit0e14f626d998b4ba415d8758118fa89e4b48bf79 (patch)
tree41068d181676b6d3d4aff25078e5face07e0734f
parent9b3cc668364cb30d8f301c0e43701e178876c143 (diff)
downloadymh-emacs-0e14f626d998b4ba415d8758118fa89e4b48bf79.tar.gz
ymh-emacs-0e14f626d998b4ba415d8758118fa89e4b48bf79.zip
Add expand-region as a package
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el
index 959b9d0..9594393 100644
--- a/init.el
+++ b/init.el
@@ -879,6 +879,10 @@ https://yannherklotz.com"))
(use-package markdown-mode
:ensure t)
+(use-package expand-region
+ :ensure t
+ :bind (("M-o" . er/expand-region)))
+
(setq gc-cons-threshold (* 1024 1024 10))
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))