From e6456414d7a7ce80787c100e018ee1be4450a4be Mon Sep 17 00:00:00 2001 From: KJ Date: Sat, 9 Sep 2023 01:11:51 -0400 Subject: [PATCH] Remove alpha by default. --- configs/init-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/init-base.el b/configs/init-base.el index 23052c6..6a48204 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -81,7 +81,7 @@ tags-revert-without-query 1 ; Recargar tags (ctags) sin pedir confirmaciĆ³n. ) ;; Leve transparencia en emacs por defecto. -(set-frame-parameter nil 'alpha-background 99) +;; (set-frame-parameter nil 'alpha-background 95) ;; Backups enabled, use nil to disable (setq