Add ob packages
This commit is contained in:
parent
c4e33631ec
commit
36452b3f5f
1 changed files with 8 additions and 2 deletions
|
@ -75,13 +75,17 @@ There are two things you can do about this warning:
|
||||||
(rust-mode . eglot-ensure)
|
(rust-mode . eglot-ensure)
|
||||||
(go-mode . eglot-ensure)))
|
(go-mode . eglot-ensure)))
|
||||||
|
|
||||||
(use-package ob-rust)
|
|
||||||
|
|
||||||
(use-package go-mode
|
(use-package go-mode
|
||||||
:init
|
:init
|
||||||
(add-hook 'before-save-hook #'gofmt-before-save))
|
(add-hook 'before-save-hook #'gofmt-before-save))
|
||||||
|
|
||||||
(use-package ob-go)
|
(use-package ob-go)
|
||||||
|
(use-package ob-http)
|
||||||
|
(use-package ob-rust)
|
||||||
|
(use-package ob-translate)
|
||||||
|
(use-package ob-typescript)
|
||||||
|
|
||||||
(use-package web-mode
|
(use-package web-mode
|
||||||
:mode "\\.html?\\'"
|
:mode "\\.html?\\'"
|
||||||
|
@ -173,7 +177,9 @@ There are two things you can do about this warning:
|
||||||
(C . t)
|
(C . t)
|
||||||
(dot . t)
|
(dot . t)
|
||||||
(go . t)
|
(go . t)
|
||||||
(rust . t)))))
|
(rust . t)
|
||||||
|
(http . t)
|
||||||
|
(typescript . t)))))
|
||||||
|
|
||||||
(use-package helpful
|
(use-package helpful
|
||||||
:bind (("C-h f" . #'helpful-callable)
|
:bind (("C-h f" . #'helpful-callable)
|
||||||
|
|
Loading…
Add table
Reference in a new issue