From fdeb36ca3080f5af0c434cb9fc8c8c06442ced1b Mon Sep 17 00:00:00 2001 From: bd Date: Tue, 26 Dec 2023 21:15:58 -0700 Subject: Added non-functional home environment configuration. --- .config/emacs/bd-mode-and-themes.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/emacs/bd-mode-and-themes.el') 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" -- cgit v1.2.3