summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 64f62af..343e866 100644
--- a/init.el
+++ b/init.el
@@ -162,6 +162,7 @@
 (add-hook 'after-init-hook #'global-emojify-mode)
 
 ;; git
+;; no magit because I'm lame and prefer the baked in VC interface
 (straight-use-package 'git-gutter)
 (add-hook 'prog-mode-hook #'global-git-gutter-mode)
 
@@ -295,6 +296,10 @@
 ;; LUA
 (straight-use-package 'lua-mode)
 
+;; JAVASCRIPT
+(straight-use-package 'js2-mode)
+(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
+
 ;; FENNEL
 (straight-use-package 'fennel-mode)