From 1ca305050b09e50af6cadb4534efd8ff71dcd2ea Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 11 Nov 2021 15:23:48 -0500 Subject: [PATCH] Enable JS & Json Support --- emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index a4a39d0..96ea6cb 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -146,7 +146,8 @@ (json ; At least it ain't XML +lsp) ;;(java +meghanada) ; the poster child for carpal tunnel syndrome - ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) + (javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) + (json +lsp) ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun