From: Eshel Yaron Date: Sun, 29 Oct 2023 10:20:31 +0000 (+0100) Subject: Add an autoload cookie for 'completion-preview-mode' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e13c7d2ca3616215c1d3ac9384b4e593f55c0f73;p=completion-preview.git Add an autoload cookie for 'completion-preview-mode' --- diff --git a/completion-preview.el b/completion-preview.el index f5a0125..3bf2e63 100644 --- a/completion-preview.el +++ b/completion-preview.el @@ -152,6 +152,7 @@ is the prefix argument." :doc "Keymap for Completion Preview mode." "C-M-i" #'completion-preview-insert-or-complete) +;;;###autoload (define-minor-mode completion-preview-mode "Show in-buffer completion preview as you type." :lighter " CP"