feat(gs/emacs): Install protobuf-mode
Change-Id: I711976b81b1063a79f15129973da8be12239751a Reviewed-on: https://cl.tvl.fyi/c/depot/+/1224 Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
ba11727ce0
commit
f1aa62c9ee
2 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
|
||||
(add-hook 'c++-mode-hook #'+grfn/cpp-setup)
|
||||
|
||||
(use-package! protobuf-mode)
|
||||
|
||||
(comment
|
||||
(setq
|
||||
lsp-clients-clangd-executable
|
||||
|
|
|
@ -155,3 +155,6 @@
|
|||
(package! znc
|
||||
:recipe (:host github
|
||||
:repo "sshirokov/ZNC.el"))
|
||||
|
||||
;;; cpp
|
||||
(package! protobuf-mode)
|
||||
|
|
Loading…
Reference in a new issue