Use s.el instead of subr-x string funcs
This commit is contained in:
parent
2526101de6
commit
2a377b44f1
6 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
;;
|
||||
(def-bootstrap! sh
|
||||
(when-let (progs (cl-remove-if 'executable-find '("zshdb" "bashdb" "shellcheck")))
|
||||
(let ((prog-str (string-join progs " ")))
|
||||
(let ((prog-str (s-join " " progs)))
|
||||
(pcase (doom-system-os)
|
||||
('arch
|
||||
(sudo "pacman --noconfirm -S %s" prog-str))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue