diff --git a/org/config/emacs.org b/org/config/emacs.org index 88e96c9..af0012c 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -317,7 +317,11 @@ Thanks to [[https://github.com/TheVaffel/emacs][this fork]] of Emacs, it is now transparency to the background of Emacs only and not to the entire frame. #+begin_src emacs-lisp -(set-frame-parameter (selected-frame) 'alpha-background 0.8) +(add-hook 'server-after-make-frame-hook (lambda () + (interactive) + (set-frame-parameter (selected-frame) + 'alpha-background 0.9))) + #+end_src *** Modeline Modules