Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
s-join
for mapconcat
function
This package requires the `s.el` library only for 2 occurences of `s-join` function. `s-join` is only a wrapper for `mapconcat` so we don't need to have the `s.el` library installed, we can use directly the built-in `mapconcat` function !:)
- Loading branch information