mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add :requires prop to def-bootstrap! & refactor+rewrite bootstrapping
This commit is contained in:
@ -20,5 +20,4 @@
|
||||
(when-let (pkgs (cl-remove-if
|
||||
(lambda (pkg) (zerop (shell-command (format "pip show %s" pkg))))
|
||||
'("jedi" "setuptools")))
|
||||
(sh "pip install %s" (s-join " " pkgs))
|
||||
t))
|
||||
(sh "pip install jedi setuptools")))
|
||||
|
Reference in New Issue
Block a user