doom//refresh-packages -> doom//reload-packages (consistency)
This commit is contained in:
parent
a126450280
commit
9b0dbe20b0
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ DOOMI = $(subst --batch,,$(DOOM))
|
||||||
MODULES = $(patsubst modules/%/, %, $(sort $(dir $(wildcard modules/*/ modules/*/*/))))
|
MODULES = $(patsubst modules/%/, %, $(sort $(dir $(wildcard modules/*/ modules/*/*/))))
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@$(DOOM) -f doom//refresh-packages
|
@$(DOOM) -f doom//reload-packages
|
||||||
|
|
||||||
## Shortcuts
|
## Shortcuts
|
||||||
a: autoloads
|
a: autoloads
|
||||||
|
|
|
@ -676,7 +676,7 @@ loads MODULE SUBMODULE's packages.el file."
|
||||||
(interactive)
|
(interactive)
|
||||||
(message "Reloading your private config...")
|
(message "Reloading your private config...")
|
||||||
(load (concat doom-private-dir "init.el") nil nil 'nosuffix)
|
(load (concat doom-private-dir "init.el") nil nil 'nosuffix)
|
||||||
(doom-packages--async-run #'doom//refresh-packages)
|
(doom-packages--async-run #'doom//reload-packages)
|
||||||
(let ((doom--stage 'config))
|
(let ((doom--stage 'config))
|
||||||
(load (concat doom-private-dir "config.el") nil nil 'nosuffix))
|
(load (concat doom-private-dir "config.el") nil nil 'nosuffix))
|
||||||
(message "✓ Done!"))
|
(message "✓ Done!"))
|
||||||
|
@ -988,7 +988,7 @@ compiled packages.'"
|
||||||
(abbreviate-file-name path))))
|
(abbreviate-file-name path))))
|
||||||
(message "Everything is clean")))
|
(message "Everything is clean")))
|
||||||
|
|
||||||
(defun doom//refresh-packages ()
|
(defun doom//reload-packages ()
|
||||||
"Runs `doom//reload-autoloads', `doom//packages-autoremove' and
|
"Runs `doom//reload-autoloads', `doom//packages-autoremove' and
|
||||||
`doom//packages-install' before reloading your Emacs session."
|
`doom//packages-install' before reloading your Emacs session."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue