patches: 0007 textDidChange fix (hl-line-mode), remove config workaround
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user