Fullscreen on load
This commit is contained in:
parent
fd11a43aad
commit
c3c9d2d8f8
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue