We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43141a8 commit 2b210b4Copy full SHA for 2b210b4
psci.el
@@ -83,7 +83,7 @@
83
Beware, can return nil if no .psci file is found."
84
(if (and (fboundp 'projectile-project-root) (projectile-project-p))
85
(projectile-project-root)
86
- (file-name-directory (buffer-file-name))))
+ default-directory))
87
88
(defun psci/--process-name (buffer-name)
89
"Compute the buffer's process name based on BUFFER-NAME."
0 commit comments