Skip to content

Commit

Permalink
refactor: tabspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Oct 16, 2023
1 parent 87ae312 commit 0a4fc40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lisp/init-workspace.el
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
;;; Code:

(use-package tabspaces
:hook (after-init . tabspaces-mode) ;; use this only if you want the minor-mode loaded at startup.
:commands (tabspaces-switch-or-create-workspace
tabspaces-open-or-create-project-and-workspace)
:hook (after-init . tabspaces-mode)
:custom
(tab-bar-show nil)

(tabspaces-use-filtered-buffers-as-default t)
(tabspaces-default-tab "Default")
(tabspaces-remove-to-default t)
Expand Down

0 comments on commit 0a4fc40

Please sign in to comment.