mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add ns-auto-titlebar package for MacOS
This fixes mismatching frame title and frame coloring, as well as auto-sets the ns-appearance parameter depending on your theme.
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
;; core-os.el
|
||||
(when IS-MAC
|
||||
(package! exec-path-from-shell)
|
||||
(package! osx-clipboard))
|
||||
(package! osx-clipboard)
|
||||
(package! ns-auto-titlebar))
|
||||
|
||||
;; core-ui.el
|
||||
(package! all-the-icons)
|
||||
|
Reference in New Issue
Block a user