Make Emacs frame slightly transparent
This commit is contained in:
@@ -67,7 +67,11 @@ Emacs on macOS doesn't naturally find shell variables like PATH, so to help it o
|
||||
;; Corrects (and improves) org-mode's native fontification.
|
||||
(doom-themes-org-config))
|
||||
#+end_src
|
||||
|
||||
** Transparency
|
||||
#+begin_src emacs-lisp
|
||||
(set-frame-parameter (selected-frame) 'alpha '(99 98))
|
||||
(add-to-list 'default-frame-alist '(alpha 99 98))
|
||||
#+end_src
|
||||
** Hiding Clutter
|
||||
Disable a bunch of stuff we don't want to see.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user