emacs: style orderless-match-face-0

This commit is contained in:
Jeremy Baxter 2024-07-29 15:07:39 +12:00
parent 0faf0b4c40
commit f2903214b1

View file

@ -183,6 +183,7 @@ value `italic'."
;; completion with arbitrary order ;; completion with arbitrary order
(package-install 'orderless) (package-install 'orderless)
(require 'orderless)
(setq completion-styles '(orderless basic) (setq completion-styles '(orderless basic)
completion-category-overrides '((file (styles basic partial-completion)))) completion-category-overrides '((file (styles basic partial-completion))))
@ -340,7 +341,8 @@ value `italic'."
(corfu-default :background ,darker) (corfu-default :background ,darker)
(corfu-current :background "#2a2e38" :box ,accent) (corfu-current :background "#2a2e38" :box ,accent)
(corfu-border :background ,accent) (corfu-border :background ,accent)
(corfu-bar :background ,accent)))) (corfu-bar :background ,accent)
(orderless-match-face-0 :foreground ,accent))))
;; custom ;; custom
(setq custom-file "~/.emacs.d/custom.el") (setq custom-file "~/.emacs.d/custom.el")