From 77cfedd1c9a6173cc8b47fb97eb594ef3186c264 Mon Sep 17 00:00:00 2001 From: bh Date: Fri, 12 Dec 2025 20:59:09 +0800 Subject: Removed unnecessary files from git tracking and added magit to config --- early-init.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index af0ae4e..bce0bc8 100644 --- a/early-init.el +++ b/early-init.el @@ -14,14 +14,14 @@ ;; Configure frame appearance BEFORE GUI initializes ;; This prevents the white flash on startup (setq default-frame-alist - '((font . "JetBrainsMono Nerd Font-10.5:weight=semi-bold:antialias=true:hinting=true:hintstyle=slight") - (background-color . "#003636") ;; Dark cyan background - (foreground-color . "#8affff") ;; Bright cyan text - (alpha-background . 75) ;; 75% opacity (GUI only) - (internal-border-width . 0) - (vertical-scroll-bars . nil) - (menu-bar-lines . 0) - (tool-bar-lines . 0))) + '((font . "JetBrainsMono Nerd Font-10.5:weight=semi-bold:antialias=true:hinting=true:hintstyle=slight") + (background-color . "#003636") ;; Dark cyan background + (foreground-color . "#8affff") ;; Bright cyan text + (alpha-background . 75) ;; 75% opacity (GUI only) + (internal-border-width . 0) + (vertical-scroll-bars . nil) + (menu-bar-lines . 0) + (tool-bar-lines . 0))) ;; Use system font rendering settings for better anti-aliasing (setq-default font-use-system-font t) -- cgit v1.2.3