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")