mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-12 15:36:53 -05:00
core-packages: refactor doom/packages-install
This commit is contained in:
@@ -224,8 +224,10 @@ or make clean outside of Emacs."
|
||||
(defun doom/packages-install ()
|
||||
"Install missing packages."
|
||||
(interactive)
|
||||
(declare (interactive-only t))
|
||||
(doom-initialize t)
|
||||
(let ((doom-auto-install-p t))
|
||||
(load (concat doom-emacs-dir "init.el"))))
|
||||
(load (concat doom-emacs-dir "init.el") nil nil t)))
|
||||
|
||||
(defun doom/packages-update ()
|
||||
"Update outdated packages. This includes quelpa-installed packages and ELPA
|
||||
|
Reference in New Issue
Block a user