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

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

[elpa] externals/ef-themes 49a3c3d6e5 01/10: Add support for the consult


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 49a3c3d6e5 01/10: Add support for the consult-separator face
Date: Wed, 26 Oct 2022 09:57:48 -0400 (EDT)

branch: externals/ef-themes
commit 49a3c3d6e5f733f29b862fc3eef56937cfad3d3f
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for the consult-separator face
    
    This is the border that divides previews of registers when the user
    evaluates the following form and then invokes C-x r i:
    
    (advice-add #'register-preview :override #'consult-register-window)
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index 94f9eafa44..f3770a6d14 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -790,6 +790,7 @@ Helper function for `ef-themes-preview-colors'."
     `(consult-key ((,c :inherit ef-themes-key-binding)))
     `(consult-imenu-prefix ((,c :inherit shadow)))
     `(consult-line-number ((,c :inherit shadow)))
+    `(consult-separator ((,c :foreground ,border)))
 ;;;; corfu
     `(corfu-current ((,c :background ,bg-completion)))
     `(corfu-bar ((,c :background ,fg-main)))



reply via email to

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