summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2023-12-27 17:54:41 -0700
committerbd <bdunahu@gmail.com>2023-12-27 17:54:41 -0700
commitb36934f19c62430195278316b5e7ac7b2e66572a (patch)
tree754bf34d78ba4badd4ae2bd3cd4531f006b51274 /.config/emacs
parentfdeb36ca3080f5af0c434cb9fc8c8c06442ced1b (diff)
Functional home configuration
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/bd-mode-and-themes.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/bd-mode-and-themes.el b/.config/emacs/bd-mode-and-themes.el
index 098b733..cf346eb 100644
--- a/.config/emacs/bd-mode-and-themes.el
+++ b/.config/emacs/bd-mode-and-themes.el
@@ -108,7 +108,8 @@ only in the selected buffer.")
(global-hl-line-mode 1)
;;;; true transparency
-(add-to-list 'default-frame-alist '(alpha-background . 60))
+;; (add-to-list 'default-frame-alist '(alpha-background . 60))
+(set-frame-parameter (selected-frame) 'alpha '(72 . 72))
(defun set-frame-alpha (value)
"Sets the transparency of the frame background. 0=transparent/100=opaque"