From: Eshel Yaron Date: Mon, 9 May 2022 08:45:55 +0000 (+0300) Subject: Open Emacs in fullscreen by default X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae8cc5bac6ba48a3067741afa1ef6aaaba03160e;p=dotfiles.git Open Emacs in fullscreen by default --- diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index e879765..679eac1 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -184,6 +184,16 @@ For further information about Elisp headers, see [[info:elisp#Library :CUSTOM_ID: display :END: +** Initial frame parameters + +Open the inital Emacs frame in fullscreen. + +For a list of available frame parameters, see [[info:elisp#Frame Parameters][elisp#Frame Parameters]]. + +#+begin_src emacs-lisp + (add-to-list 'initial-frame-alist '(fullscreen . fullboth)) +#+end_src + ** Must have display settings :PROPERTIES: :CUSTOM_ID: display-must-haves