[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/flymake-popon 20cd70e565 1/2: Use flymake-popon as the def
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/flymake-popon 20cd70e565 1/2: Use flymake-popon as the default face on posframe |
Date: |
Fri, 8 Jul 2022 10:58:24 -0400 (EDT) |
branch: elpa/flymake-popon
commit 20cd70e5650853a786e14952175232eb6991f31d
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>
Use flymake-popon as the default face on posframe
---
flymake-popon.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/flymake-popon.el b/flymake-popon.el
index 22173af434..2669765f86 100644
--- a/flymake-popon.el
+++ b/flymake-popon.el
@@ -184,6 +184,8 @@ The value should be in seconds."
(cons (car pos) (- (cdr pos) (length lines)))
(cons (car pos) (1+ (cdr pos)))))))
(let ((buffer (get-buffer-create " *flymake-popon*")))
+ (with-current-buffer buffer
+ (face-remap-add-relative 'default 'flymake-popon))
(apply #'posframe-show buffer :string message
`(,@(unless
(zerop flymake-popon-posframe-border-width)