From 7b0011630f2907a59ecf2f79b1ced8ec41d94008 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 29 Jul 2025 15:39:57 -0400 Subject: TRUE EMACS TRANSPARENCY!!!! --- early-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index b42d4d1..73dcb2c 100644 --- a/early-init.el +++ b/early-init.el @@ -24,6 +24,8 @@ ;; settings for windows (setq focus-follows-mouse t) +(add-to-list 'default-frame-alist '(alpha . (95 . 95))) + ;; garbage collection (setq gc-cons-threshold most-positive-fixnum gc-cons-percentage 0.5) -- cgit v1.2.3