init.el: Start emacs in full screen
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
a24ec81837
commit
fc1cdd6eda
1 changed files with 1 additions and 0 deletions
1
init.el
1
init.el
|
@ -33,6 +33,7 @@
|
|||
(add-to-list 'default-frame-alist '(font . "Iosevka-14"))
|
||||
(add-to-list 'default-frame-alist '(height . 24))
|
||||
(add-to-list 'default-frame-alist '(width . 80))
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||
|
||||
;;; Package Management
|
||||
(require 'package)
|
||||
|
|
Loading…
Reference in a new issue