From ed89fa33e2ea36e930739fad5b4759ab770f21f5 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Thu, 26 May 2022 14:31:09 -0600 Subject: [PATCH] Update init.el --- emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index 0b23690..5912b6f 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -8,6 +8,8 @@ (global-display-line-numbers-mode)) ;; Line numbers (defalias 'yes-or-no-p 'y-or-n-p) +(add-to-list 'default-frame-alist '(fullscreen . maximized)) + ;; Backups (setq backup-directory-alist `((".*" . ,temporary-file-directory)))