diff options
| author | BardofSprites <[email protected]> | 2025-07-29 15:39:57 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-29 15:39:57 -0400 |
| commit | 7b0011630f2907a59ecf2f79b1ced8ec41d94008 (patch) | |
| tree | 49ef9863ef569667b820ae251d94f66559000d68 | |
| parent | ce4e18c59a48ccfd3489c63a938e2962da409511 (diff) | |
TRUE EMACS TRANSPARENCY!!!!
| -rw-r--r-- | early-init.el | 2 |
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) |
