Remove 'doom autoloads'
It's redundant with doom refresh
This commit is contained in:
parent
35bb87edeb
commit
d232ba241f
1 changed files with 0 additions and 17 deletions
|
@ -11,23 +11,6 @@ one wants that.")
|
||||||
(defvar generated-autoload-file)
|
(defvar generated-autoload-file)
|
||||||
|
|
||||||
|
|
||||||
;;
|
|
||||||
;;; Commands
|
|
||||||
|
|
||||||
(defcli! (autoloads a) ()
|
|
||||||
"Regenerates Doom's autoloads files.
|
|
||||||
|
|
||||||
It scans and reads autoload cookies (;;;###autoload) in core/autoload/*.el,
|
|
||||||
modules/*/*/autoload.el and modules/*/*/autoload/*.el, and generates and
|
|
||||||
byte-compiles `doom-autoload-file', as well as `doom-package-autoload-file'
|
|
||||||
(created from the concatenated autoloads files of all installed packages).
|
|
||||||
|
|
||||||
It also caches `load-path', `Info-directory-list', `doom-disabled-packages',
|
|
||||||
`package-activated-list' and `auto-mode-alist'."
|
|
||||||
(straight-check-all)
|
|
||||||
(doom-cli-reload-autoloads nil 'force))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;;; Helpers
|
;;; Helpers
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue