Variable: package-activated-list
package-activated-list is a variable defined in
package-activate.el.gz.
Value
(auctex cape cider clojure-mode consult corfu denote elisp-demos
embark evil goto-chg helpful elisp-refs f
highlight-function-calls highlight-numbers highlight-quoted
htmlize hyperbole magit marginalia orderless org-roam
magit-section emacsql parent-mode parseedn parseclj projectile
queue rainbow-delimiters sesman spinner treemacs cfrs posframe
ht hydra lv pfuture ace-window avy s dash vertico with-editor
llama cond-let)
Documentation
List of the names of currently activated packages.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package-activate.el.gz
;;;###autoload
(defvar package-activated-list nil
;; FIXME: This should implicitly include all builtin packages.
"List of the names of currently activated packages.")