summaryrefslogtreecommitdiff
path: root/terminal-here.el
diff options
context:
space:
mode:
Diffstat (limited to 'terminal-here.el')
-rw-r--r--terminal-here.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/terminal-here.el b/terminal-here.el
index ec461ea..62c4a43 100644
--- a/terminal-here.el
+++ b/terminal-here.el
@@ -64,11 +64,11 @@ changed it by running `cd'."
(defun terminal-here-project-launch ()
- (interactive)
"Launch a terminal in the current project root.
If projectile is installed the projectile root will be used,
Otherwise `vc-root-dir' will be used."
+ (interactive)
(terminal-here-launch-in-directory (if (functionp 'projectile-project-root)
(projectile-project-root)
(vc-root-dir))))