Install packages in the order they are declared
This commit is contained in:
parent
2598d48bba
commit
a29bc54c63
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ package.el as appropriate."
|
||||||
"Interactive command for installing missing packages."
|
"Interactive command for installing missing packages."
|
||||||
(interactive)
|
(interactive)
|
||||||
(message! "Looking for packages to install...")
|
(message! "Looking for packages to install...")
|
||||||
(let ((packages (doom-get-missing-packages)))
|
(let ((packages (reverse (doom-get-missing-packages))))
|
||||||
(cond ((not packages)
|
(cond ((not packages)
|
||||||
(message! (green "No packages to install!")))
|
(message! (green "No packages to install!")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue