summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index e2c75e37..c5737330 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -195,8 +195,8 @@ two 80-column windows side-by-side in the frame."
'(copyright-year-ranges t)
'(cursor-type 'box)
- ;; Restore Emacs 28 behaviour of M-SPC.
- '(cycle-spacing-actions '(just-one-space))
+ ;; C-u M-\ to delete only before point, M-SPC M-SPC to delete only after.
+ '(cycle-spacing-actions '(just-one-space (delete-space-after -)))
'(dabbrev-case-fold-search t)
'(display-fill-column-indicator-character 32)