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)