mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(completion): replace orderless with fussy
Use fussy instead of orderless for filtering and scoring/ordering completion candidates. This seems to overall order results in a much better way than just orderless. Technically orderless is still used to filter the candidate list, but fzf-native is used to score/order the results.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
|
||||
;; Completion Systems and Interfaces
|
||||
(require 'siren-vertico)
|
||||
(require 'siren-orderless)
|
||||
(require 'siren-fussy)
|
||||
|
||||
;; Linting
|
||||
(require 'siren-flycheck)
|
||||
|
||||
Reference in New Issue
Block a user