From 0a4fc4051801b901a9ceada65419bd24fd337f17 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Mon, 16 Oct 2023 16:52:16 +0800 Subject: [PATCH] refactor: tabspaces --- lisp/init-workspace.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/init-workspace.el b/lisp/init-workspace.el index 304edd82c..ef009f026 100644 --- a/lisp/init-workspace.el +++ b/lisp/init-workspace.el @@ -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)