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
|
@ -18,7 +18,7 @@
|
|||
(unless (executable-find "rustc") (push "rust" pkgs))
|
||||
(unless (executable-find "cargo") (push "cargo" pkgs))
|
||||
(when pkgs
|
||||
(sudo "pacman --noconfirm -S %s" (string-join pkgs " ")))))
|
||||
(sudo "pacman --noconfirm -S %s" (s-join " " pkgs)))))
|
||||
('debian) ;; TODO
|
||||
('macos
|
||||
(unless (executable-find "rustc")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue