[Emacs] Remove useless lines of code

This commit is contained in:
Lucien Cartier-Tilet 2021-12-17 16:30:44 +01:00
parent 87ce209298
commit 294411d73b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 2 deletions

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