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:
parent
86305f2175
commit
f43e64e505
2 changed files with 11 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue