Skip to content

Commit

Permalink
tweak(early-init): better titlebar on MacOS!
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent 6c545b6 commit f7efd93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions early-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
;; Load MinEmacs variables from the `me-vars' core module.
(load (expand-file-name "core/me-vars.el" (file-name-directory (file-truename load-file-name))) nil t)

;; Better titlebar on MacOS!
(when (and os/mac (featurep 'ns))
(push '(ns-transparent-titlebar . t) default-frame-alist))

;; Load the user early configuration file from "$MINEMACSDIR/early-config.el"
;; if it exists.
(unless (memq 'early-config minemacs-ignore-user-config)
Expand Down

0 comments on commit f7efd93

Please sign in to comment.