git.fiddlerwoaroof.com
Browse code

feat(emacs): make title bar look better on macos

Edward Langley authored on 09/06/2021 20:41:32
Showing 1 changed files
... ...
@@ -21,7 +21,10 @@
21 21
 (progn (setq default-frame-alist
22 22
              '((vertical-scroll-bars . nil)
23 23
                (right-divider-width . 2)
24
-               (bottom-divider-width . 2)))
24
+               (bottom-divider-width . 2)
25
+               (inhibit-double-buffering . t)
26
+               (ns-appearance . dark)
27
+               (ns-transparent-titlebar . t)))
25 28
        (modify-all-frames-parameters default-frame-alist))
26 29
 
27 30
 (when (fboundp 'tool-bar-mode)