diff --git a/early-init.el b/early-init.el index 2eaa8d8..86f8bb2 100644 --- a/early-init.el +++ b/early-init.el @@ -26,7 +26,8 @@ (require 'acdw-frame) ;;; Frame settings -(setq default-frame-alist +(setq initial-frame-alist '(fullscreen . maximized) + default-frame-alist `((tool-bar-lines . 0) (menu-bar-lines . 0) (vertical-scroll-bars . nil) @@ -63,15 +64,14 @@ say, `tool-bar-mode' once to toggle the tool bar back on." (defun after-make-frame@setup (&rest args) (ignore args) (let ((fixed-pitch-faces - '((:font "Fantasque Sans Mono" :height 110) + '((:font "Fantasque Sans Mono" :height 115) (:font "Go Mono" :height 110) (:font "DejaVu Sans Mono" :height 110) (:font "monospace" :height 100))) (variable-pitch-faces '((:font "Inter" :height 120) (:font "Go" :height 120) - (:font "sans-serif" - :height 100)))) + (:font "sans-serif" :height 100)))) (acdw/set-first-face-attribute 'default fixed-pitch-faces) (acdw/set-first-face-attribute 'fixed-pitch