Transparency
This commit is contained in:
parent
9f28884166
commit
2adab7b749
|
@ -302,6 +302,12 @@ Include part of the path to uniquify buffer names
|
|||
#+begin_src emacs-lisp
|
||||
(setq uniquify-buffer-name-style 'forward)
|
||||
#+end_src
|
||||
** Transparency
|
||||
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))
|
||||
#+end_src
|
||||
* Basic Editing
|
||||
** Evil Mode
|
||||
Emacs is best vim, fite me
|
||||
|
|
Loading…
Reference in New Issue