diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:47:07 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:02:54 +0200 |
| commit | a84bb7786e1efd464ae06feba1ade17bcee0abe8 (patch) | |
| tree | c555c45ec064ea67b31fd5e1779ce9176d833ec7 /dot.emacs.d/init.el | |
| parent | 958ff3f06142f3a0e66f2959d814f880c477c691 (diff) | |
Emacs: Drop erlang-ts-mode
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 049095d..f925aaf 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -157,8 +157,7 @@ (setq treesit-language-source-alist (append treesit-language-source-alist - '((erlang "https://github.com/WhatsApp/tree-sitter-erlang") - (astro "https://github.com/virchau13/tree-sitter-astro") + '((astro "https://github.com/virchau13/tree-sitter-astro") (css "https://github.com/tree-sitter/tree-sitter-css") (tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src")))) @@ -166,10 +165,6 @@ :mode "\\.astro\\'" :config (keymap-unset astro-ts-mode-map "M-o")) -(use-package erlang-ts - :mode ("\\.erl\\'" . erlang-ts-mode) - :config (add-to-list 'lsp-language-id-configuration '(erlang-ts-mode . "erlang"))) - (use-package editorconfig :defer nil :config |
