mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't auto-fullscreen
This commit is contained in:
@ -42,9 +42,6 @@
|
|||||||
|
|
||||||
(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