Install tabspaces

This commit is contained in:
Tobias Ostner 2023-05-18 09:49:09 +02:00
parent cedccba428
commit a19656b7ba
2 changed files with 4 additions and 1 deletions

View file

@ -401,7 +401,9 @@
(use-package tabspaces
:config
(tabspaces-mode))
(tabspaces-mode)
:custom
(tabspaces-use-filtered-buffers-as-default t))
(use-package terraform-mode)