Fix updated embark-preview function name

This commit is contained in:
David Morgan 2022-11-02 16:40:40 +00:00
parent 2a28489c23
commit d6a483b317
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ DEFS is a plist associating completion categories to commands."
:custom
(prefix-help-command 'embark-prefix-help-command)
:config
(defun my-embark-preview ()
(defun embark-preview ()
"Previews candidate in vertico buffer, unless it's a consult command"
(interactive)
(unless (bound-and-true-p consult--preview-function)