emacs: style orderless-match-face-0
This commit is contained in:
parent
0faf0b4c40
commit
f2903214b1
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue