Przeglądaj źródła

Add syntax package for janet-lang

Simon Watson 3 lat temu
rodzic
commit
eaff67833a
1 zmienionych plików z 3 dodań i 0 usunięć
  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)