chore(macos): Enable transparent window titlebar on macOS

This commit is contained in:
2020-02-15 19:12:29 +00:00
parent 067cee37ae
commit 27df983568

View File

@@ -6,6 +6,11 @@
;;; Code:
;; Enable transparent titlebar
(use-package ns-auto-titlebar
:config
(ns-auto-titlebar-mode))
;; Set default font
(if window-system
(set-face-attribute 'default nil :family "Monaco" :height 120))