Transparency

This commit is contained in:
Nathan McCarty 2023-06-16 23:55:10 -04:00
parent 9f28884166
commit 2adab7b749
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 6 additions and 0 deletions

View File

@ -302,6 +302,12 @@ Include part of the path to uniquify buffer names
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq uniquify-buffer-name-style 'forward) (setq uniquify-buffer-name-style 'forward)
#+end_src #+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 * Basic Editing
** Evil Mode ** Evil Mode
Emacs is best vim, fite me Emacs is best vim, fite me