emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme 1d994b5c60: add vertico posframe suppo


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 1d994b5c60: add vertico posframe support
Date: Mon, 10 Jan 2022 15:58:07 -0500 (EST)

branch: elpa/apropospriate-theme
commit 1d994b5c60004981e8e975fc30bb233edeefee12
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    add vertico posframe support
---
 README.md        | 1 +
 apropospriate.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 2b8ee1d067..f8cc871e54 100644
--- a/README.md
+++ b/README.md
@@ -120,3 +120,4 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Window Divider Mode
 * Transient
 * Transient Posframe Mode
+* Vertico Posframe Mode
diff --git a/apropospriate.el b/apropospriate.el
index 094ba72c19..ed74fb0dd2 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -277,6 +277,8 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(transient-disabled-suffix ((,class (:foreground ,red :background 
,base00-2))))
      `(transient-posframe ((,class (:background ,base00-2))))
      `(transient-posframe-border ((,class (:background ,base00-2))))
+     `(vertico-posframe ((,class (:background ,base00-2))))
+     `(vertico-posframe-border ((,class (:background ,base00-2))))
      `(ivy-posframe ((,class :background ,base00-2 :foreground ,base03)))
      `(which-key-posframe ((,class :background ,base00-2 :foreground ,base03)))
      `(which-key-posframe-border ((,class :background ,base00-2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]