From 10a1667872629c324b8bd4f8362b034ba9a3d849 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Mon, 10 Feb 2025 17:56:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Disable=20background=20transpare?= =?UTF-8?q?ncy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 40e5bce..89d0b6e 100644 --- a/config.org +++ b/config.org @@ -545,10 +545,10 @@ Installing and enabling ef-themes. Add a slight transparency to the frames. Code provided by David Wilson / System Crafters [[https://github.com/daviwil/emacs-from-scratch/blob/master/Emacs.org][Emacs from Scratch]] video series. #+begin_src emacs-lisp -(setq mmk2410/alpha-background 95) +(setq mmk2410/frame-transparency 100) -(set-frame-parameter nil 'alpha-background mmk2410/alpha-background) -(add-to-list 'default-frame-alist `(alpha-background . ,mmk2410/alpha-background)) +(set-frame-parameter nil 'alpha-background mmk2410/frame-transparency) +(add-to-list 'default-frame-alist `(alpha-background . ,mmk2410/frame-transparency)) #+end_src #+begin_src emacs-lisp