From bc268b7fee2693a0afd2e2df2fd5b700cc4dc1be Mon Sep 17 00:00:00 2001 From: Roman Godmaire Date: Sat, 30 Mar 2024 06:53:15 -0400 Subject: [PATCH] emacs: match frame transparency --- doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom/config.el b/doom/config.el index b95cd1a..58a2b25 100644 --- a/doom/config.el +++ b/doom/config.el @@ -7,7 +7,7 @@ (setq display-line-numbers-type 'relative) (set-frame-parameter nil 'alpha-background 95) -(add-to-list 'default-frame-alist '(alpha-background . 70)) +(add-to-list 'default-frame-alist '(alpha-background . 95)) ;; Doom exposes five (optional) variables for controlling fonts in Doom: ;;