Function: package-reset-suggestions
package-reset-suggestions is an interactive and byte-compiled function
defined in package.el.gz.
Signature
(package-reset-suggestions)
Documentation
Forget previous package suggestions.
Emacs will remember if you have previously rejected a suggestion during a session and won't mention it afterwards. If you have made a mistake or would like to reconsider this, use this command to want to reset the suggestions.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defun package-reset-suggestions ()
"Forget previous package suggestions.
Emacs will remember if you have previously rejected a suggestion during
a session and won't mention it afterwards. If you have made a mistake
or would like to reconsider this, use this command to want to reset the
suggestions."
(interactive)
(setq package--autosuggest-suggested nil))