mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user