[Emacs] Remove useless lines of code

This commit is contained in:
2021-12-17 16:30:44 +01:00
parent 87ce209298
commit 294411d73b

View File

@@ -315,10 +315,8 @@ transparency to the background of Emacs only and not to the entire
frame.
#+begin_src emacs-lisp
(add-hook 'server-after-make-frame-hook (lambda ()
(interactive)
(set-frame-parameter (selected-frame)
'alpha-background 0.9)))
#+end_src
*** Modeline Modules