about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-minibuffer.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-02 16:40:40 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-02 16:40:40 +0000
commitd6a483b31754ec16f86c9ab9eaa5cc7bd411bc64 (patch)
treea1a1bbc7043f5dff55f6d2a3fc6378fafb412ba9 /.emacs.d/lisp/init-minibuffer.el
parent2a28489c2361f1c423a47d53c28b12cf0c4200b4 (diff)
downloaddotfiles-d6a483b31754ec16f86c9ab9eaa5cc7bd411bc64.tar.gz
Fix updated embark-preview function name
Diffstat (limited to '.emacs.d/lisp/init-minibuffer.el')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el2
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)