From 20fd18b23fbb935160207a38f1c83f2c8e748360 Mon Sep 17 00:00:00 2001 From: Zelong Kuang Date: Fri, 30 Jan 2026 03:52:15 +1100 Subject: [PATCH] Update --- lisp/init-workspace.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/init-workspace.el b/lisp/init-workspace.el index 442835a..402a22c 100644 --- a/lisp/init-workspace.el +++ b/lisp/init-workspace.el @@ -20,6 +20,8 @@ ;; ;; Recommended keymap prefix on Windows/Linux ;; (define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)) +(use-package project) + (use-package tabspaces :functions tabspaces-mode :hook (elpaca-after-init . tabspaces-mode)