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