diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-02 16:40:40 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-02 16:40:40 +0000 |
commit | d6a483b31754ec16f86c9ab9eaa5cc7bd411bc64 (patch) | |
tree | a1a1bbc7043f5dff55f6d2a3fc6378fafb412ba9 /.emacs.d/lisp | |
parent | 2a28489c2361f1c423a47d53c28b12cf0c4200b4 (diff) | |
download | dotfiles-d6a483b31754ec16f86c9ab9eaa5cc7bd411bc64.tar.gz |
Fix updated embark-preview function name
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el index aa25ced..2a32802 100644 --- a/.emacs.d/lisp/init-minibuffer.el +++ b/.emacs.d/lisp/init-minibuffer.el @@ -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) |