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

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

[elpa] externals/modus-vivendi-theme f744335 069/110: Add support for OR


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme f744335 069/110: Add support for ORDERLESS
Date: Wed, 29 Apr 2020 21:40:09 -0400 (EDT)

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

    Add support for ORDERLESS
    
    This is a new package by Omar Antolín Camarena that offers an
    out-of-order completion style that works well with the built-in Emacs
    mechanisms (such as Icomplete).
    
    Check the repo: https://github.com/oantolin/orderless
---
 README.org              | 1 +
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 3 files changed, 13 insertions(+)

diff --git a/README.org b/README.org
index fcae389..27cd9ad 100644
--- a/README.org
+++ b/README.org
@@ -412,6 +412,7 @@ the "full support" may not be 100% true…
 + neotree
 + no-emoji
 + num3-mode
++ orderless
 + org*
 + org-journal
 + org-noter
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 528428b..79cbdfc 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -204,6 +204,7 @@
 ;;     neotree
 ;;     no-emoji
 ;;     num3-mode
+;;     orderless
 ;;     org
 ;;     org-journal
 ;;     org-noter
@@ -2299,6 +2300,11 @@ AMOUNT is a customisation option."
    `(no-emoji ((,class (:foreground ,cyan))))
    ;;;; num3-mode
    `(num3-face-even ((,class (:background ,bg-alt :weight bold))))
+   ;;;; orderless
+   `(orderless-match-face-0 ((,class (:foreground ,blue-alt :weight bold))))
+   `(orderless-match-face-1 ((,class (:foreground ,magenta-alt :weight bold))))
+   `(orderless-match-face-2 ((,class (:foreground ,green-alt-other :weight 
bold))))
+   `(orderless-match-face-3 ((,class (:foreground ,yellow-alt-other :weight 
bold))))
    ;;;; org
    `(org-agenda-calendar-event ((,class (:foreground ,blue-alt))))
    `(org-agenda-calendar-sexp ((,class (:foreground ,cyan-alt))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index f476cb5..5df98f5 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -204,6 +204,7 @@
 ;;     neotree
 ;;     no-emoji
 ;;     num3-mode
+;;     orderless
 ;;     org
 ;;     org-journal
 ;;     org-noter
@@ -2299,6 +2300,11 @@ AMOUNT is a customisation option."
    `(no-emoji ((,class (:foreground ,cyan))))
    ;;;; num3-mode
    `(num3-face-even ((,class (:background ,bg-alt :weight bold))))
+   ;;;; orderless
+   `(orderless-match-face-0 ((,class (:foreground ,blue-alt :weight bold))))
+   `(orderless-match-face-1 ((,class (:foreground ,magenta-alt :weight bold))))
+   `(orderless-match-face-2 ((,class (:foreground ,green-alt-other :weight 
bold))))
+   `(orderless-match-face-3 ((,class (:foreground ,yellow-alt-other :weight 
bold))))
    ;;;; org
    `(org-agenda-calendar-event ((,class (:foreground ,blue-alt))))
    `(org-agenda-calendar-sexp ((,class (:foreground ,cyan-alt))))



reply via email to

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