fix(language/typescript): ensure it loads correctly

This commit is contained in:
2023-08-01 01:35:36 +01:00
parent b0cc7be163
commit de1fd38481
2 changed files with 2 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
;;; Code:
;; Requires Emacs 29.x or later for built-in treesit support.
(when (fboundp 'treesit-ready-p)
(when (fboundp 'typescript-ts-mode)
(require 'siren-flycheck)
(require 'siren-lsp)
(require 'siren-treesit)