config: always enable macOS accessibility on darwin
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user