Browse Source

Add syntax package for janet-lang

Simon Watson 3 years ago
parent
commit
eaff67833a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      emacs/.emacs-all

+ 3 - 0
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)