diff --git a/core/siren-core-linux.el b/core/siren-core-linux.el index 2157cf5..e21b8c0 100644 --- a/core/siren-core-linux.el +++ b/core/siren-core-linux.el @@ -27,5 +27,8 @@ ;; Keybindinds (global-set-key (kbd "s-") 'toggle-frame-fullscreen) +;; Set initial frame to fullscreen when Emacs starts. +(add-to-list 'initial-frame-alist '(fullscreen . maximized)) + (provide 'siren-core-linux) ;;; siren-core-linux.el ends here