From 5cb572de012d47626da987bab64971defefd3c01 Mon Sep 17 00:00:00 2001 From: Psionik K <73710933+psionic-k@users.noreply.github.com> Date: Sun, 19 Nov 2023 20:46:37 +0900 Subject: [PATCH] cleaned up lints Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com> --- lisp/champagne.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/champagne.el b/lisp/champagne.el index eabca01..bc51dfd 100644 --- a/lisp/champagne.el +++ b/lisp/champagne.el @@ -190,10 +190,10 @@ display behavior consistent." ;; alpha is inconsistent for different window managers (and Emacs versions (¬_¬)) ;; https://www.reddit.com/r/emacs/comments/v72tu6/new_emacs_frame_parameter_for_transparency/ :override-parameters `((alpha . ,champagne-alpha) - (alpha-background . ,champagne-alpha-background) - (no-other-frame . t) - (no-accept-focus . t) - (no-other-frame . t)) + (alpha-background . ,champagne-alpha-background) + (no-other-frame . t) + (no-accept-focus . t) + (no-other-frame . t)) :poshandler 'posframe-poshandler-frame-center))))) (defun champagne--future-diary-time (time-string)