Removed s.el dependency (prefer built-in)

This commit is contained in:
Henrik Lissner 2017-12-09 14:40:14 -05:00
parent a07c29c069
commit 07088d3dcf
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 8 additions and 14 deletions

View file

@ -4,7 +4,7 @@
tmp/
`(let ((type-ignore (yas-choose-value '("(none)" "python" "ruby" "java" "js"))))
(s-join "\n"
(string-join
(cond ((string= type-ignore "python")
'("*.py[cod]"
"*.egg"
@ -20,5 +20,5 @@ tmp/
'("*.class"
"build"))
((string= type-ignore "js")
'("*.tern-port"))
)))`
'("*.tern-port")))
"\n"))`