Maximize frame on startup

This commit is contained in:
Gergely Polonkai 2016-11-07 13:16:31 +01:00
parent 5c45f8e199
commit 8705d8d985
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
(if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))
(if (fboundp 'menu-bar-mode) (menu-bar-mode -1))
;; Maximize the frame
(set-frame-parameter nil 'fullscreen 'maximized)
;; Some personal stuff
(setq user-mail-address "gergely@polonkai.eu")