summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index d28abcf..226a17f 100644
--- a/.emacs
+++ b/.emacs
@@ -283,7 +283,7 @@
(car (project-roots project))))
(defun my/project-name ()
- (when-let* ((root (my/project-root)))
+ (when-let ((root (my/project-root)))
(when (not (file-equal-p root "~"))
(file-name-nondirectory (string-trim-right root "/")))))