From f2903214b13b1cfcad58dbb556451e20f7c876d7 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 29 Jul 2024 15:07:39 +1200 Subject: [PATCH] emacs: style orderless-match-face-0 --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3f1bb1b..86bfdd4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -183,6 +183,7 @@ value `italic'." ;; completion with arbitrary order (package-install 'orderless) +(require 'orderless) (setq completion-styles '(orderless basic) completion-category-overrides '((file (styles basic partial-completion)))) @@ -340,7 +341,8 @@ value `italic'." (corfu-default :background ,darker) (corfu-current :background "#2a2e38" :box ,accent) (corfu-border :background ,accent) - (corfu-bar :background ,accent)))) + (corfu-bar :background ,accent) + (orderless-match-face-0 :foreground ,accent)))) ;; custom (setq custom-file "~/.emacs.d/custom.el")