diff options
author | bd <bdunahu@gmail.com> | 2023-12-27 17:54:41 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2023-12-27 17:54:41 -0700 |
commit | b36934f19c62430195278316b5e7ac7b2e66572a (patch) | |
tree | 754bf34d78ba4badd4ae2bd3cd4531f006b51274 /.config/emacs | |
parent | fdeb36ca3080f5af0c434cb9fc8c8c06442ced1b (diff) |
Functional home configuration
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/bd-mode-and-themes.el | 3 |
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" |