aboutsummaryrefslogtreecommitdiff
path: root/early-init.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-07-29 15:39:57 -0400
committerBardofSprites <[email protected]>2025-07-29 15:39:57 -0400
commit7b0011630f2907a59ecf2f79b1ced8ec41d94008 (patch)
tree49ef9863ef569667b820ae251d94f66559000d68 /early-init.el
parentce4e18c59a48ccfd3489c63a938e2962da409511 (diff)
TRUE EMACS TRANSPARENCY!!!!
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el2
1 files changed, 2 insertions, 0 deletions
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)