Skip to content

Commit

Permalink
cleaned up lints
Browse files Browse the repository at this point in the history
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
  • Loading branch information
psionic-k committed Nov 19, 2023
1 parent b131c53 commit 5cb572d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lisp/champagne.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5cb572d

Please sign in to comment.