Comments
This commit is contained in:
parent
e2cdbb2959
commit
df29b3c7c8
2 changed files with 2 additions and 2 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue