Install tabspaces
This commit is contained in:
parent
ab91dd13e7
commit
cedccba428
1 changed files with 7 additions and 0 deletions
|
|
@ -399,6 +399,10 @@
|
|||
|
||||
(use-package system-packages)
|
||||
|
||||
(use-package tabspaces
|
||||
:config
|
||||
(tabspaces-mode))
|
||||
|
||||
(use-package terraform-mode)
|
||||
|
||||
(use-package tree-sitter
|
||||
|
|
@ -426,3 +430,6 @@
|
|||
|
||||
(use-package vterm
|
||||
:if module-file-suffix)
|
||||
|
||||
(provide 'init)
|
||||
;;; init.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue