[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))))
- [elpa] externals/modus-vivendi-theme d8d266d 043/110: Add missing newline char in end of file, (continued)
- [elpa] externals/modus-vivendi-theme d8d266d 043/110: Add missing newline char in end of file, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 72de79b 044/110: Use bold weight conditionally in more indicators, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme ded2d1f 035/110: Provide concise docs of customisation options, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme ca9a69d 040/110: Add support for AG, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 530787e 048/110: Refine FLYSPELL: use new dedicated lang colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 409648d 049/110: Refine FLYMAKE: new linter colours, better fringes, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme f635f9b 050/110: Refine ARTBOLLOCKS-MODE: use new lang colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme a0e9380 055/110: Add tentative support for Emacs27 TAB-{BAR, LINE}, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme b298d30 067/110: Add note on package list refresh in the README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1cb0353 068/110: Simplify `outline-minor-faces', Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme f744335 069/110: Add support for ORDERLESS,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 75199a6 071/110: Minor formatting change in README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d3958bb 074/110: NEW CUSTOMISATION OPTION for "rainbow headings", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e7a5f9a 077/110: NEW CUSTOMISATION OPTION for "section headings", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 4d7d769 020/110: Fix MAGIT regression on colours of unfocused diffs, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d931e3c 022/110: Add docs on ORG colour-coded source blocks, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7fabd85 042/110: Add support for VIMISH-FOLD, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 2c42b61 041/110: Add support for COLOR-RG, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 53e1a43 046/110: Define new dedicated colours for language checkers, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme f8a4b1d 047/110: Refine FLYCHECK: use new dedicated linter colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 272f7da 054/110: Style the `vertical-border' explicitly, Stefan Monnier, 2020/04/29