diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |