mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
@@ -75,13 +75,13 @@ orderless."
|
|||||||
(apply fn args)))
|
(apply fn args)))
|
||||||
|
|
||||||
(setq orderless-affix-dispatch-alist
|
(setq orderless-affix-dispatch-alist
|
||||||
`((?! . ,#'orderless-without-literal)
|
'((?! . orderless-without-literal)
|
||||||
(?& . ,#'orderless-annotation)
|
(?& . orderless-annotation)
|
||||||
(?% . ,#'char-fold-to-regexp)
|
(?% . char-fold-to-regexp)
|
||||||
(?` . ,#'orderless-initialism)
|
(?` . orderless-initialism)
|
||||||
(?= . ,#'orderless-literal)
|
(?= . orderless-literal)
|
||||||
(?^ . ,#'orderless-literal-prefix)
|
(?^ . orderless-literal-prefix)
|
||||||
(?~ . ,#'orderless-flex)))
|
(?~ . orderless-flex)))
|
||||||
|
|
||||||
(defun +vertico-orderless-dispatch (pattern _index _total)
|
(defun +vertico-orderless-dispatch (pattern _index _total)
|
||||||
(cond
|
(cond
|
||||||
|
Reference in New Issue
Block a user