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