Variable: package-activated-list
package-activated-list is a variable defined in package.el.gz.
Value
(auctex cider clojure-mode elisp-demos evil goto-chg helpful elisp-refs f dash highlight-function-calls highlight-numbers highlight-quoted htmlize hydra hyperbole lv magit org-roam magit-section llama emacsql org parent-mode parseedn parseclj projectile queue rainbow-delimiters s sesman spinner transient cond-let with-editor compat seq)
Documentation
List of the names of currently activated packages.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/package.el.gz
(defvar package-activated-list nil
;; FIXME: This should implicitly include all builtin packages.
"List of the names of currently activated packages.")