summaryrefslogtreecommitdiff
path: root/.config/emacs/bd-mode-and-themes.el
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2023-12-26 21:15:58 -0700
committerbd <bdunahu@gmail.com>2023-12-26 21:15:58 -0700
commitfdeb36ca3080f5af0c434cb9fc8c8c06442ced1b (patch)
tree4024fdabcc64a39534d10bef9b508f2a75b0e8a6 /.config/emacs/bd-mode-and-themes.el
parent0aff8e05ca1487c50e698d600d13f5c6a02b89a7 (diff)
Added non-functional home environment configuration.
Diffstat (limited to '.config/emacs/bd-mode-and-themes.el')
-rw-r--r--.config/emacs/bd-mode-and-themes.el3
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"