diff options
author | bd <bdunahu@gmail.com> | 2024-01-05 02:21:52 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-05 02:21:52 -0700 |
commit | b05329a5092fa19e69fd623548e83dd43eb18e5e (patch) | |
tree | 3c303dcb6bc731efb654571fff87aae46fdc1f1e /.config/emacs/bd-mode-and-themes.el | |
parent | 422e24cc41af940ad9fc74a123899c0e4601596e (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.el | 2 |
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" |