refactor(:lang): remove redudant mode-alist lines

Amend: 3b58741522
This commit is contained in:
Henrik Lissner
2025-08-30 09:58:12 +02:00
parent 2870697e1a
commit ab4dace692
4 changed files with 2 additions and 14 deletions

View File

@@ -27,9 +27,6 @@
:init
(set-tree-sitter! 'json-mode 'json-ts-mode 'json)
:config
;; HACK: Rely on `major-mode-remap-defaults'.
(cl-callf2 assq-delete-all 'json-ts-mode auto-mode-alist)
(when (modulep! +lsp)
(add-hook 'json-ts-mode-local-vars-hook #'lsp! 'append)))