From c05eee765775a4d52c05239321061ca9a0b613b6 Mon Sep 17 00:00:00 2001 From: kj Date: Thu, 13 Apr 2023 20:35:45 -0400 Subject: [PATCH] Change emacs opacity at startup. --- configs/init-base.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/init-base.el b/configs/init-base.el index 17f90d3..136dde0 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -98,8 +98,8 @@ tags-revert-without-query 1 ; Recargar tags (ctags) sin pedir confirmaciĆ³n. ) ;; Leve transparencia en emacs por defecto. -(set-frame-parameter (selected-frame) 'alpha '(98 . 98)) -(add-to-list 'default-frame-alist '(alpha . (98 . 98))) +(set-frame-parameter (selected-frame) 'alpha '(99 . 99)) +(add-to-list 'default-frame-alist '(alpha . (99 . 99))) ;; Backups enabled, use nil to disable (setq