Variable: package-activated-list

package-activated-list is a variable defined in package.el.gz.

Value

(activities auctex cape cider clojure-mode consult corfu elisp-demos
	    embark evil forge closql ghub goto-chg helpful elisp-refs
	    f highlight-function-calls highlight-numbers
	    highlight-quoted htmlize hyperbole magit marginalia
	    markdown-mode orderless org-roam magit-section emacsql
	    parent-mode parseedn parseclj persist projectile queue
	    rainbow-delimiters sesman spinner transient treemacs cfrs
	    posframe ht hydra lv pfuture ace-window avy s dash treepy
	    vertico with-editor llama cond-let compat 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.")