mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(language/typescript): ensure it loads correctly
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user