diff options
Diffstat (limited to '.config/emacs/bd-mode-and-themes.el')
-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" |