Re-enable some settings.

This commit is contained in:
Tom Alexander
2023-09-09 01:44:01 -04:00
parent 8707a7941a
commit d229447149
4 changed files with 36 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
(use-package bash-ts-mode
:ensure nil
:commands bash-ts-mode
:commands (bash-ts-mode)
:init
(add-to-list 'major-mode-remap-alist '(sh-mode . bash-ts-mode))
(add-to-list 'treesit-language-source-alist '(bash "https://github.com/tree-sitter/tree-sitter-bash"))