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

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

[nongnu] elpa/apropospriate-theme ce636368dd: add corfu-quick support


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme ce636368dd: add corfu-quick support
Date: Sun, 9 Apr 2023 20:00:26 -0400 (EDT)

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

    add corfu-quick support
---
 README.md              | 1 +
 apropospriate-theme.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.md b/README.md
index dc54decc1a..2ba0280267 100644
--- a/README.md
+++ b/README.md
@@ -111,6 +111,7 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Goggles
 * Orderless
 * Corfu
+* Corfu Quick
 * Vertico
 * Ediff
 * Mlscroll
diff --git a/apropospriate-theme.el b/apropospriate-theme.el
index 02531e5b8e..bfd201d6c1 100644
--- a/apropospriate-theme.el
+++ b/apropospriate-theme.el
@@ -131,6 +131,8 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(avy-lead-face-2 ((,class (:inherit avy-lead-face))))
      `(vertico-quick1 ((,class (:inherit avy-lead-face))))
      `(vertico-quick2 ((,class (:inherit avy-lead-face))))
+     `(corfu-quick1 ((,class (:inherit avy-lead-face))))
+     `(corfu-quick2 ((,class (:inherit avy-lead-face))))
      `(avy-background-face ((,class (:foreground ,base00+3))))
      `(aw-leading-char-face ((,class (:inherit avy-lead-face :height 2.0))))
      `(aw-background-face ((,class (:inherit avy-background-face))))



reply via email to

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