From e0e5fcc96fbcec04d2393261e5670ef6dd8b953b Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 26 May 2024 16:07:42 +1200 Subject: [PATCH] emacs: remove transparency --- .emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d54ee73..98ed4bd 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -231,9 +231,6 @@ One will be created if none exist." (setq treesit-font-lock-level 4) (load-theme 'catppuccin :no-confirm) -;; alpha -(add-to-list 'default-frame-alist '(alpha-background . 96)) - ;; nyan-mode (package-install 'nyan-mode) (setq nyan-animate-nyancat t)