Skip to content

Commit a2de6c6

Browse files
committed
Replaced s-with
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
1 parent 5802810 commit a2de6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clj-refactor.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ form."
18961896
;; ------ project clean --------
18971897

18981898
(defun cljr--excluded-from-project-clean-p (filename)
1899-
(member (s-with filename
1899+
(member (thread-last filename
19001900
(string-remove-prefix (cljr--project-dir))
19011901
(string-remove-prefix "/"))
19021902
cljr-project-clean-exceptions))

0 commit comments

Comments
 (0)