config: always enable macOS accessibility on darwin

This commit is contained in:
2026-03-01 10:25:11 +01:00
parent 1954d3ec29
commit e969011b87

View File

@@ -2142,3 +2142,9 @@ Formats matching what org-caldav/ox-icalendar export correctly:
;; gls
(setq insert-directory-program "gls")
;; Always enable macOS accessibility (VoiceOver + Zoom cursor tracking).
;; Override auto-detection so the AX tree is available from startup
;; regardless of whether an AT is currently active.
(when (eq system-type 'darwin)
(setq ns-accessibility-enabled t))