summaryrefslogtreecommitdiff
path: root/dots/emacs/.emacs.d
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-06-14 12:53:36 -0700
committerElizabeth Hunt <me@liz.coffee>2025-06-14 12:53:36 -0700
commit18eda2302b208310a6d1608b0532dfb09326407c (patch)
treeffbc164f3b1fc98d3642b3d036983a757c15e6c7 /dots/emacs/.emacs.d
parent89b35f0778b6bc45a91d81d9e41316b41f6828ac (diff)
downloaddotfiles-18eda2302b208310a6d1608b0532dfb09326407c.tar.gz
dotfiles-18eda2302b208310a6d1608b0532dfb09326407c.zip
Add transparency to emacs
Diffstat (limited to 'dots/emacs/.emacs.d')
-rw-r--r--dots/emacs/.emacs.d/empressomacs.org.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/dots/emacs/.emacs.d/empressomacs.org.j2 b/dots/emacs/.emacs.d/empressomacs.org.j2
index e1f079d..57a1b95 100644
--- a/dots/emacs/.emacs.d/empressomacs.org.j2
+++ b/dots/emacs/.emacs.d/empressomacs.org.j2
@@ -113,6 +113,11 @@
;; especially noticeable when tiling ヽ(ー_ー )ノ
(setq frame-resize-pixelwise t)
#+END_SRC
+*** transparency
+#+BEGIN_SRC emacs-lisp
+ (set-frame-parameter (selected-frame) 'alpha '(90 90))
+ (add-to-list 'default-frame-alist '(alpha 90 90))
+#+END_SRC
*** icons
must run ~(all-the-icons-install-fonts)~ and ~(nerd-fonts-install-fonts)~
#+BEGIN_SRC emacs-lisp