emacs: change the backward-delete-char-untabify-method

This commit is contained in:
Protesilaos 2026-07-23 07:49:53 +03:00
parent 2340545780
commit f81b2884d2
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
(prot-emacs-configure
;;;; General settings and common custom functions (prot-simple.el)
(setq backward-delete-char-untabify-method 'hungry)
(setq backward-delete-char-untabify-method nil)
(setq blink-matching-paren nil)
(setq custom-unlispify-tag-names nil)
(setq delete-pair-blink-delay 0.1) ; Emacs28 -- see `prot-simple-delete-pair-dwim'

View file

@ -2727,7 +2727,7 @@ from 2026-07-08: <https://protesilaos.com/codelog/2026-07-08-emacs-global-keybin
(prot-emacs-configure
;;;; General settings and common custom functions (prot-simple.el)
(setq backward-delete-char-untabify-method 'hungry)
(setq backward-delete-char-untabify-method nil)
(setq blink-matching-paren nil)
(setq custom-unlispify-tag-names nil)
(setq delete-pair-blink-delay 0.1) ; Emacs28 -- see `prot-simple-delete-pair-dwim'