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

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

[elpa] externals/modus-vivendi-theme c419e9b 034/110: Add support for ne


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme c419e9b 034/110: Add support for new ICOMPLETE-VERTICAL package
Date: Wed, 29 Apr 2020 21:40:01 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit c419e9bfe57dbcbe39017ad3d389e65965cff19c
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for new ICOMPLETE-VERTICAL package
    
    The project is being actively developed and I am tracking it closely:
    https://github.com/oantolin/icomplete-vertical
---
 README.org              | 1 +
 modus-operandi-theme.el | 2 ++
 modus-vivendi-theme.el  | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/README.org b/README.org
index adf3565..088f56a 100644
--- a/README.org
+++ b/README.org
@@ -311,6 +311,7 @@ the "full support" may not be 100% true…
 + hydra
 + ibuffer
 + icomplete
++ icomplete-vertical
 + ido-mode
 + iedit
 + imenu-list
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index a2f9af3..0c9a3a7 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1732,6 +1732,8 @@ AMOUNT is a customisation option."
    `(hydra-face-teal ((,class (:foreground ,cyan-intense :weight bold))))
    ;;;; icomplete
    `(icomplete-first-match ((,class (:foreground ,magenta :weight bold))))
+   ;;;; icomplete-vertical
+   `(icomplete-vertical-separator ((,class (:foreground ,fg-alt))))
    ;;;; ido-mode
    `(ido-first-match ((,class (:foreground ,magenta :weight bold))))
    `(ido-incomplete-regexp ((,class (:inherit error))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a0588db..7334e6a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1732,6 +1732,8 @@ AMOUNT is a customisation option."
    `(hydra-face-teal ((,class (:foreground ,cyan-intense :weight bold))))
    ;;;; icomplete
    `(icomplete-first-match ((,class (:foreground ,magenta :weight bold))))
+   ;;;; icomplete-vertical
+   `(icomplete-vertical-separator ((,class (:foreground ,fg-alt))))
    ;;;; ido-mode
    `(ido-first-match ((,class (:foreground ,magenta :weight bold))))
    `(ido-incomplete-regexp ((,class (:inherit error))))



reply via email to

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