mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: change the backward-delete-char-untabify-method
This commit is contained in:
parent
2340545780
commit
f81b2884d2
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue