branch: externals/consult commit 166e3b03c3de4f88bbfdeef7f52efac27642e2d3 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
define-minor-mode: Specify group --- consult.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consult.el b/consult.el index b8b0c8f..6df1775 100644 --- a/consult.el +++ b/consult.el @@ -4382,7 +4382,7 @@ See `consult-grep' for more details regarding the asynchronous search." (define-minor-mode consult-preview-at-point-mode "Preview minor mode for *Completions* buffers. When moving around in the *Completions* buffer, the candidate at point is automatically previewed." - :init-value nil + :init-value nil :group 'consult (if consult-preview-at-point-mode (add-hook 'post-command-hook #'consult-preview-at-point nil 'local) (remove-hook 'post-command-hook #'consult-preview-at-point 'local)))