This commit is contained in:
Zelong Kuang
2026-02-21 08:47:38 +11:00
parent 69eaf50f5e
commit 03eb716f0a
6 changed files with 267 additions and 13 deletions

View File

@@ -9,7 +9,8 @@
tabspaces-open-or-create-project-and-workspace)
:hook (elpaca-after-init . tabspaces-mode)
:bind (:map tabspaces-mode-map
([remap project-switch-project] . tabspaces-open-or-create-project-and-workspace))
([remap project-switch-project] . tabspaces-open-or-create-project-and-workspace)
("C-c o l" . tabspaces-restore-session))
:custom
(tab-bar-show nil)