Remove 'doom autoloads'

It's redundant with doom refresh
This commit is contained in:
Henrik Lissner 2019-12-05 14:54:49 -05:00
parent 35bb87edeb
commit d232ba241f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -11,23 +11,6 @@ one wants that.")
(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