eaff67833a632b4631544a66c1a80082ebc1b4be
commit eaff67833a632b4631544a66c1a80082ebc1b4be
Author: Simon Watson <spw01@protonmail.com>
Date: Wed Oct 13 11:11:25 2021 -0400

Add syntax package for janet-lang

diff --git a/emacs/.emacs-all b/emacs/.emacs-all
index bc35c21..6942fa6 100644
--- a/emacs/.emacs-all
+++ b/emacs/.emacs-all
@@ -40,6 +40,9 @@
(straight-use-package 'solarized-theme)
(straight-use-package 'windresize)
(straight-use-package 'yasnippet)
+(straight-use-package
+ '(janet-mode :type git :host github
+ :repo "ALSchwalm/janet-mode"))

(require 'yasnippet)