mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(macos): Enable transparent window titlebar on macOS
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user