refactor(vertico): remove redundant quoting

Ref: #7943
This commit is contained in:
Henrik Lissner 2024-08-25 16:32:26 -04:00
parent ebf91a1363
commit b9e460bc64
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -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