patches: 0007 textDidChange fix (hl-line-mode), remove config workaround

This commit is contained in:
2026-02-28 17:42:00 +01:00
parent beb5e14adf
commit c05b46b058
3 changed files with 36 additions and 25 deletions

View File

@@ -905,11 +905,6 @@ Skip for beamer exports — beamer uses adjustbox on plain tabular."
"RET" #'dired-find-alternate-file
"^" #'dired-up-directory))
;; Disable hl-line-mode — its text property changes bump BUF_MODIFF
;; on every cursor movement, which blocks VoiceOver's
;; SelectedTextChanged notification in read-only buffers (dired, etc.)
(global-hl-line-mode -1)
(remove-hook 'dired-mode-hook #'hl-line-mode)
;; Dirvish — modern dired replacement
(use-package! dirvish