Don't do orderless-flex

This commit is contained in:
Charlotte Van Petegem 2021-04-07 19:56:53 +02:00
parent c46e057234
commit 63e15bfd24
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -362,7 +362,7 @@
(completion-styles '(orderless) "Use orderless for filtering")
(orderless-skip-highlighting (lambda () selectrum-is-active) "This and the setting below are performance optimisations.")
(selectrum-highlight-candidates-function #'orderless-highlight-matches "They make sure only the shown candidates are highlighted.")
(orderless-matching-styles '(orderless-regexp orderless-initialism orderless-prefixes orderless-flex) "More matching styles for more flexible matching.")
(orderless-matching-styles '(orderless-regexp orderless-initialism orderless-prefixes) "More matching styles for more flexible matching.")
:config
;; Highlight multiple parts in company matches
(defun just-one-face (fn &rest args)