Skip to content

Commit

Permalink
Autoload projectile-add-known-project
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Lissner authored and bbatsov committed Oct 20, 2019
1 parent 70d1369 commit 6e30501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -4165,6 +4165,7 @@ See `projectile--cleanup-known-projects'."
(and (functionp projectile-ignored-project-function)
(funcall projectile-ignored-project-function project-root))))

;;;###autoload
(defun projectile-add-known-project (project-root)
"Add PROJECT-ROOT to the list of known projects."
(interactive (list (read-directory-name "Add to known projects: ")))
Expand Down

0 comments on commit 6e30501

Please sign in to comment.