From 85e155924f78e43f608a0ea382f56f76581aff16 Mon Sep 17 00:00:00 2001 From: BirDt_ Date: Wed, 20 Aug 2025 18:14:00 +0800 Subject: [PATCH] automatically rename tabs to project dir --- userland/projects.el | 1 + 1 file changed, 1 insertion(+) diff --git a/userland/projects.el b/userland/projects.el index 79e1e28..08ba049 100644 --- a/userland/projects.el +++ b/userland/projects.el @@ -48,6 +48,7 @@ (interactive) (whaler :action (lambda (dir) (find-file (get-project-default-file dir)) + (tab-rename (file-name-nondirectory (string-remove-suffix "/" dir))) (neotree-dir dir)))) (defun theurgy-edit-projects-list ()