Removed s.el dependency (prefer built-in)
This commit is contained in:
parent
a07c29c069
commit
07088d3dcf
5 changed files with 8 additions and 14 deletions
|
@ -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"))`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue