Skip to content

Commit 48b9d73

Browse files
committed
Add a comment about the extra project.el integration code
1 parent be187d8 commit 48b9d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,6 +1720,7 @@ Return nil if not inside a project."
17201720
(when (> (length choices) 0)
17211721
(car (sort choices #'file-in-directory-p)))))
17221722

1723+
;; project.el integration
17231724
(cl-defmethod project-roots ((project (head clojure)))
17241725
(list (cdr project)))
17251726

0 commit comments

Comments
 (0)