Fix transparency
This commit is contained in:
parent
2adab7b749
commit
a0cd625723
|
@ -306,7 +306,8 @@ Include part of the path to uniquify buffer names
|
|||
Make the background transparent on linux
|
||||
#+begin_src emacs-lisp
|
||||
(when (and IS-LINUX (version<= "29.0.0" emacs-version))
|
||||
(set-frame-parameter nil 'alpha-background 95))
|
||||
(set-frame-parameter nil 'alpha-background 95)
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 95)))
|
||||
#+end_src
|
||||
* Basic Editing
|
||||
** Evil Mode
|
||||
|
|
Loading…
Reference in New Issue