Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -1758,6 +1758,7 @@ Return nil if not inside a project."

;; project.el integration
(cl-defmethod project-roots ((project (head clojure)))
"Return the list of directory roots of the PROJECT."
(list (cdr project)))

(defun clojure-project-relative-path (path)
Expand Down