summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authoreli <eli@newstartmobile.com>2022-11-27 12:57:20 -0500
committereli <eli@newstartmobile.com>2022-11-27 12:57:20 -0500
commit1f3fedc4b5428b8a0dc27c5f644f2327e9836dd7 (patch)
treeeff98b1a47923261af73b201612a140a8cb2e1df /init.el
parent6656e1a151939d39aad5f08a1a471f175f3d0448 (diff)
downloademacs-1f3fedc4b5428b8a0dc27c5f644f2327e9836dd7.tar.gz
*
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)