diff options
| -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) |
