This commit is contained in:
BirDt_ 2025-08-20 22:22:49 +08:00
parent e2cdbb2959
commit df29b3c7c8
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
(whaler :action (lambda (dir)
(find-file (get-project-default-file dir))
(tab-rename (file-name-nondirectory (string-remove-suffix "/" dir)))
(tab-bar-change-tab-group (concat "project: " dir))
(tab-bar-change-tab-group (concat "project: " dir)) ;; We use the tab group name to store the project working directory
(neotree-dir dir))))
(defun theurgy-swap-to-tab-project ()