diff --git a/config.org b/config.org index 2add6f0..cab5ba5 100644 --- a/config.org +++ b/config.org @@ -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