Add ob packages

This commit is contained in:
Marcus Kammer 2021-04-26 19:06:35 +02:00
parent c4e33631ec
commit 36452b3f5f

View file

@ -75,13 +75,17 @@ There are two things you can do about this warning:
(rust-mode . eglot-ensure)
(go-mode . eglot-ensure)))
(use-package ob-rust)
(use-package go-mode
:init
(add-hook 'before-save-hook #'gofmt-before-save))
(use-package ob-go)
(use-package ob-http)
(use-package ob-rust)
(use-package ob-translate)
(use-package ob-typescript)
(use-package web-mode
:mode "\\.html?\\'"
@ -173,7 +177,9 @@ There are two things you can do about this warning:
(C . t)
(dot . t)
(go . t)
(rust . t)))))
(rust . t)
(http . t)
(typescript . t)))))
(use-package helpful
:bind (("C-h f" . #'helpful-callable)