[Emacs] Less transparency by default on Emacs frames

This commit is contained in:
Lucien Cartier-Tilet 2022-08-07 12:55:00 +02:00
parent bf121fec10
commit 93a4fcc876
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ With Emacs 29.0.50 onwards, a new frame parameter exists:
~alpha-background~. Unlike ~alpha~, this frame parameter only makes Emacs
background transparent, excluding images and text.
#+begin_src emacs-lisp
(add-to-list 'default-frame-alist '(alpha-background . 0.7))
(add-to-list 'default-frame-alist '(alpha-background . 0.9))
#+end_src
*** Modeline Modules