mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Fullscreen on load
This commit is contained in:
@ -42,6 +42,9 @@
|
|||||||
|
|
||||||
(if (not window-system)
|
(if (not window-system)
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
|
;; Auto fullscreen
|
||||||
|
(set-frame-parameter nil 'fullscreen 'fullboth)
|
||||||
|
|
||||||
;; Set fonts
|
;; Set fonts
|
||||||
(narf/load-font narf-default-font)
|
(narf/load-font narf-default-font)
|
||||||
(set-face-attribute 'default t :font narf-default-font)
|
(set-face-attribute 'default t :font narf-default-font)
|
||||||
|
Reference in New Issue
Block a user