selectrum: Replace obsolete selectrum-active-p
https://github.com/raxod502/selectrum/pull/521
This commit is contained in:
parent
f532bfe34b
commit
19c07444e7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
orderless-regexp))
|
orderless-regexp))
|
||||||
:config
|
:config
|
||||||
(setq completion-styles '(orderless))
|
(setq completion-styles '(orderless))
|
||||||
(setq orderless-skip-highlighting (lambda () selectrum-active-p))
|
(setq orderless-skip-highlighting (lambda () selectrum-is-active))
|
||||||
(setq selectrum-refine-candidates-function #'orderless-filter)
|
(setq selectrum-refine-candidates-function #'orderless-filter)
|
||||||
(setq selectrum-highlight-candidates-function #'orderless-highlight-matches)
|
(setq selectrum-highlight-candidates-function #'orderless-highlight-matches)
|
||||||
(setq orderless-matching-styles '(orderless-regexp)
|
(setq orderless-matching-styles '(orderless-regexp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue