;; This library provides the Completion Preview mode. This minor mode
;; displays the top completion candidate for the symbol at point in an
-;; overlay after point.
+;; overlay after point. If you want to enable Completion Preview mode
+;; in all programming modes, add the following to your Emacs init:
+;;
+;; (add-hook 'prog-mode-hook #'completion-preview-mode)
+;;
+;; Also check out the customization group `completion-preview` for
+;; some user options that you may want to tweak.
;;; Code: