Variable: package--autosuggest-suggested
package--autosuggest-suggested is a variable defined in
package-activate.el.gz.
Value
nil
Documentation
List of packages that have already been suggested.
Suggestions found in this list will not count as suggestions (e.g. if
package-autosuggest-style is set to mode-line, a suggestion found in
here will inhibit package-autosuggest-mode(var)/package-autosuggest-mode(fun) from displaying a hint in
the mode line).
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package-activate.el.gz
(defvar package--autosuggest-suggested '()
"List of packages that have already been suggested.
Suggestions found in this list will not count as suggestions (e.g. if
`package-autosuggest-style' is set to `mode-line', a suggestion found in
here will inhibit `package-autosuggest-mode' from displaying a hint in
the mode line).")