Andy's Cafe

Mandatory Visual Emacs Settings on macOS

Last updated :

MacOS emacs needs to set the following:

(add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
(add-to-list 'default-frame-alist '(ns-appearance . dark))

I commented the old value right above it in case things went south, but it seems fine for now

Reply via email