Skip to content

Commit

Permalink
Replaced s-with
Browse files Browse the repository at this point in the history
thread-last seems to be doing the same thing and is part of Emacs'
subr-x.el whereas s-with is part of s.el
  • Loading branch information
dotemacs committed Apr 27, 2017
1 parent df7c4f1 commit 3504f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clj-refactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -1896,7 +1896,7 @@ form."
;; ------ project clean --------

(defun cljr--excluded-from-project-clean-p (filename)
(member (s-with filename
(member (thread-last filename
(string-remove-prefix (cljr--project-dir))
(string-remove-prefix "/"))
cljr-project-clean-exceptions))
Expand Down

0 comments on commit 3504f9e

Please sign in to comment.