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)
|
||||
(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue