diff options
Diffstat (limited to 'git-email.el')
-rw-r--r-- | git-email.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-email.el b/git-email.el index fd2fd95..4c406a8 100644 --- a/git-email.el +++ b/git-email.el @@ -214,6 +214,8 @@ If no marks are found, return the filename at point." (when (mapcar #'git-email--check-file files) files))) +(declare-function projectile-project-root "projectile") + (defun git-email--get-current-project () "Return the path of the current project. Falls back to `default-directory'." |