branch: externals/corfu commit c7f3a6f83f7f2db7e1a5c78156d762cfc69ba677 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@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: