spacemacs: deno

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-05-14 16:06:44 +00:00
parent 9c18c64edf
commit 87cc798958
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,7 @@ values."
gemini-mode gemini-mode
elpher elpher
weechat weechat
deno-fmt
darkroom) darkroom)
;; A list of packages that cannot be updated. ;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '() dotspacemacs-frozen-packages '()
@ -407,6 +408,10 @@ you should place your code here."
;; paths ;; paths
(add-to-list 'tramp-remote-path "/usr/local/go/bin") (add-to-list 'tramp-remote-path "/usr/local/go/bin")
;; deno
(add-hook 'typescript-mode-hook 'deno-fmt-mode)
(add-hook 'js2-mode-hook 'deno-fmt-mode)
) )
;; Do not write anything past this comment. This is where Emacs will ;; Do not write anything past this comment. This is where Emacs will