]> git.eshelyaron.com Git - completion-preview.git/commitdiff
Add an autoload cookie for 'completion-preview-mode'
authorEshel Yaron <me@eshelyaron.com>
Sun, 29 Oct 2023 10:20:31 +0000 (11:20 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 29 Oct 2023 10:20:55 +0000 (11:20 +0100)
completion-preview.el

index f5a012537fe98da334f3151540bad57f7b796453..3bf2e637b9f5b321ebbd37e1139e4f781800c39d 100644 (file)
@@ -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"