fix(vertico): unreachable function in autoloads
+ Rename +vertico--embark-target-package to +vertico-embark-target-package-fn to conform to naming conventions, and because it's not a private function anymore. + Fix +vertico-embark-target-package-fn's indentation. Fix #5208
This commit is contained in:
parent
2d56dd73dc
commit
551e5adf81
2 changed files with 11 additions and 10 deletions
|
@ -152,7 +152,7 @@ overrides `completion-styles' during company completion sessions.")
|
|||
(length embark-target-finders))))
|
||||
(cl-callf2
|
||||
cons
|
||||
'+vertico--embark-target-package
|
||||
'+vertico-embark-target-package-fn
|
||||
(nthcdr pos embark-target-finders)))
|
||||
(setq embark-package-map (make-sparse-keymap))
|
||||
(map! (:map embark-file-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue