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, 1 insertions, 2 deletions
| diff --git a/.config/emacs/bd-mode-and-themes.el b/.config/emacs/bd-mode-and-themes.el index 7f4104b..098b733 100644 --- a/.config/emacs/bd-mode-and-themes.el +++ b/.config/emacs/bd-mode-and-themes.el @@ -108,8 +108,7 @@ only in the selected buffer.")  (global-hl-line-mode 1)  ;;;; true transparency -(when (>= emacs-major-version 29) -  (add-to-list 'default-frame-alist '(alpha-background . 60))) +(add-to-list 'default-frame-alist '(alpha-background . 60))  (defun set-frame-alpha (value)    "Sets the transparency of the frame background. 0=transparent/100=opaque" | 
