From b05329a5092fa19e69fd623548e83dd43eb18e5e Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 5 Jan 2024 02:21:52 -0700 Subject: Added function to open eshell on top side-window --- .config/emacs/bd-mode-and-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/bd-mode-and-themes.el') 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" -- cgit v1.2.3