emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu c7f3a6f83f 2/2: corfu-history: Be more explicit a


From: ELPA Syncer
Subject: [elpa] externals/corfu c7f3a6f83f 2/2: corfu-history: Be more explicit about the configuration (See #167)
Date: Fri, 13 May 2022 14:57:27 -0400 (EDT)

branch: externals/corfu
commit c7f3a6f83f7f2db7e1a5c78156d762cfc69ba677
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    corfu-history: Be more explicit about the configuration (See #167)
---
 extensions/corfu-history.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el
index 3a2cd7758a..10763f1d9c 100644
--- a/extensions/corfu-history.el
+++ b/extensions/corfu-history.el
@@ -30,6 +30,10 @@
 ;; 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'.
+;;
+;; (corfu-history-mode 1)
+;; (savehist-mode 1)
+;; (add-to-list 'savehist-additional-variables 'corfu-history)
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]