mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Use s.el instead of subr-x string funcs
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user