diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "/"))))) |
