]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Open Emacs in fullscreen by default
authorEshel Yaron <eshel@areionsec.com>
Mon, 9 May 2022 08:45:55 +0000 (11:45 +0300)
committerEshel Yaron <eshel@areionsec.com>
Mon, 9 May 2022 08:45:55 +0000 (11:45 +0300)
.emacs.d/esy.org

index e87976548c754809a8aa091f7fd97ba1f53404f4..679eac1b2ee6614dc71c0ffcd9cd567beff515a9 100644 (file)
@@ -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