summaryrefslogtreecommitdiff
path: root/.config/emacs/bd-mode-and-themes.el
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2024-01-05 02:21:52 -0700
committerbd <bdunahu@gmail.com>2024-01-05 02:21:52 -0700
commitb05329a5092fa19e69fd623548e83dd43eb18e5e (patch)
tree3c303dcb6bc731efb654571fff87aae46fdc1f1e /.config/emacs/bd-mode-and-themes.el
parent422e24cc41af940ad9fc74a123899c0e4601596e (diff)
Added function to open eshell on top side-window
Diffstat (limited to '.config/emacs/bd-mode-and-themes.el')
-rw-r--r--.config/emacs/bd-mode-and-themes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/bd-mode-and-themes.el b/.config/emacs/bd-mode-and-themes.el
index a5471ae..ebe5306 100644
--- a/.config/emacs/bd-mode-and-themes.el
+++ b/.config/emacs/bd-mode-and-themes.el
@@ -118,7 +118,7 @@
;;;; true transparency
;; (add-to-list 'default-frame-alist '(alpha-background . 60))
-(add-to-list 'default-frame-alist '(alpha . (90 . 90)))
+(add-to-list 'default-frame-alist '(alpha . (85 . 85)))
(defun set-frame-alpha (value)
"Sets the transparency of the frame background. 0=transparent/100=opaque"