about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-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)