From e3ebc5e792d8924aa6b184ddcdd05c8e96fa1e03 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 23 May 2025 14:44:01 +0100 Subject: typescript mode --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index a27c943..b5b68ef 100644 --- a/init.el +++ b/init.el @@ -2415,6 +2415,11 @@ :config (venv-initialize-eshell) (jao-compilation-env "VIRTUAL_ENV")) +;;;; Javascript + +(use-package typescript-mode + :ensure t + :custom ((typescript-indent-level 2))) ;;; Text/data formats ;;;; json -- cgit v1.2.3