summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-12-31 20:08:37 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-12-31 20:08:37 +0100
commit897e30f4bf686f29627923d885b05da43ada532f (patch)
treeda26d402b3c0a3f31e0f30721f1317a44bf7081a /.config
parentae5af496c39c6b1d1425571cbd00c5c22df4d838 (diff)
emacs: Use spaces with ‘sh-backslash-region’
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-editing.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el
index 93610fb..42fdb21 100644
--- a/.config/emacs/modules/mm-editing.el
+++ b/.config/emacs/modules/mm-editing.el
@@ -24,7 +24,8 @@
(dolist (command #'(align-region
c-backslash-region
comment-dwim
- makefile-backslash-region))
+ makefile-backslash-region
+ sh-backslash-region))
(advice-add command :around #'mm-editing-force-space-indentation))