[Emacs] Some more transparency with the Emacs client

This commit is contained in:
2022-02-04 17:00:20 +01:00
parent a18e1f1d48
commit 06952a677d

View File

@@ -307,7 +307,7 @@ frame.
#+begin_src emacs-lisp
(add-hook 'server-after-make-frame-hook (lambda ()
(set-frame-parameter (selected-frame)
'alpha-background 0.9)))
'alpha-background 0.7)))
#+end_src
*** Modeline Modules