summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-04-13 16:44:19 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2022-04-13 16:44:19 +0200
commit416031cead49a0f4ed584516d790b4e52bf4be81 (patch)
treea403510fb4e691ea957692db6371400bee720fb9
parent151b2d0cf52c5007095f16d969c499ac5c0ddacf (diff)
corfu-history: Improve commentary
-rw-r--r--extensions/corfu-history.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el
index aeffe38..be6d1cd 100644
--- a/extensions/corfu-history.el
+++ b/extensions/corfu-history.el
@@ -26,8 +26,10 @@
;;; Commentary:
-;; Sort candidates by their history position. Maintain a list of
-;; recently selected candidates.
+;; Enable `corfu-history-mode' to sort candidates by their history
+;; position. Maintain a list of recently selected candidates. In order
+;; to save the history across Emacs sessions, enable `savehist-mode' and
+;; add `corfu-history' to `savehist-additional-variables'.
;;; Code: