소스 검색

Add syntax package for janet-lang

Simon Watson 3 년 전
부모
커밋
eaff67833a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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)