Revert "vertico: enable buffer-mode for VoiceOver accessibility"

This reverts commit 5799521a00.
This commit is contained in:
Martin Sukany
2026-02-28 14:16:02 +01:00
parent 5799521a00
commit 1f91d94ae0

View File

@@ -785,17 +785,6 @@ Skip for beamer exports — beamer uses adjustbox on plain tabular."
'(message-cited-text-4 :foreground "#44475a" :italic t))) '(message-cited-text-4 :foreground "#44475a" :italic t)))
;;; ============================================================
;;; VERTICO — Accessibility
;;; ============================================================
;; Render candidates in a real buffer window so VoiceOver can read them.
;; Default Vertico uses overlay before-string which is invisible to the
;; AX text extraction layer in nsterm.m.
(after! vertico
(vertico-buffer-mode 1))
;;; ============================================================ ;;; ============================================================
;;; RSS — ELFEED ;;; RSS — ELFEED
;;; ============================================================ ;;; ============================================================