summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-24 20:19:35 -0500
committerCase Duckworth2021-08-24 20:19:35 -0500
commitd7af9f47f0b9125e218d6a3b9987e5518a4b756d (patch)
tree92ba647f0581b3ce7b903832200d2ffca7891392 /init.el
parentDisable erc-track-mode when clocked in (diff)
downloademacs-d7af9f47f0b9125e218d6a3b9987e5518a4b756d.tar.gz
emacs-d7af9f47f0b9125e218d6a3b9987e5518a4b756d.zip
Add C-= back to expand-region
I keep pushing it -_-
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 123e8b2..839caad 100644 --- a/init.el +++ b/init.el
@@ -1194,7 +1194,8 @@ successive invocations."
1194 (er/expand-region 1)) 1194 (er/expand-region 1))
1195 (t (set-mark-command arg)))) 1195 (t (set-mark-command arg))))
1196 1196
1197 (:global "C-SPC" acdw/set-mark-or-expand-region)) 1197 (:global "C-=" er/expand-region
1198 "C-SPC" acdw/set-mark-or-expand-region))
1198 1199
1199(setup (:straight fennel-mode) 1200(setup (:straight fennel-mode)
1200 (:needs "fennel") 1201 (:needs "fennel")