[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/vertico ca202d112b 2/2: vertico-repeat: Document savehi
From: |
ELPA Syncer |
Subject: |
[elpa] externals/vertico ca202d112b 2/2: vertico-repeat: Document savehist-mode |
Date: |
Wed, 13 Apr 2022 10:58:10 -0400 (EDT) |
branch: externals/vertico
commit ca202d112bf93bfa077ad6e88cdd8483966a6f91
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
vertico-repeat: Document savehist-mode
---
extensions/vertico-repeat.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/extensions/vertico-repeat.el b/extensions/vertico-repeat.el
index 10634491a6..33e41b4303 100644
--- a/extensions/vertico-repeat.el
+++ b/extensions/vertico-repeat.el
@@ -30,6 +30,9 @@
;; Vertico sessions via the `vertico-repeat', `vertico-repeat-last' and
;; `vertico-repeat-select' commands. It is necessary to register a
;; minibuffer setup hook, which saves the Vertico state for repetition.
+;; In order to save the history across Emacs sessions, enable
+;; `savehist-mode' and add `vertico-repeat-history' to
+;; `savehist-additional-variables'.
;;
;; (global-set-key "\M-R" #'vertico-repeat)
;; (add-hook 'minibuffer-setup-hook #'vertico-repeat-save)