Skip to content

Commit

Permalink
forward declare projectile functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tralph3 committed May 29, 2024
1 parent 39e7ffe commit f9048e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conner.el
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,10 @@ command is returned."
PROJECT is either a path to a project if `conner-project-backend'
is `projectile', or a project object if using `project.el'."
(declare-function projectile-relevant-known-projects "ext:projectile.el" nil)
(declare-function projectile-project-p "ext:projectile.el" nil)
(declare-function projectile-completing-read "ext:projectile.el" _ _)
(declare-function projectile-project-root "ext:projectile.el" _)
(cond
((equal conner-project-backend 'projectile)
(let* ((projects (projectile-relevant-known-projects))
Expand Down

0 comments on commit f9048e0

Please sign in to comment.