parent
9c18c64edf
commit
87cc798958
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue