about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/glittershark/emacs.d/cpp.el2
-rw-r--r--users/glittershark/emacs.d/packages.el3
2 files changed, 5 insertions, 0 deletions
diff --git a/users/glittershark/emacs.d/cpp.el b/users/glittershark/emacs.d/cpp.el
index 225d8b7f8c..92b868a52f 100644
--- a/users/glittershark/emacs.d/cpp.el
+++ b/users/glittershark/emacs.d/cpp.el
@@ -18,6 +18,8 @@
 
 (add-hook 'c++-mode-hook #'+grfn/cpp-setup)
 
+(use-package! protobuf-mode)
+
 (comment
  (setq
   lsp-clients-clangd-executable
diff --git a/users/glittershark/emacs.d/packages.el b/users/glittershark/emacs.d/packages.el
index c311c77b22..2a353f4022 100644
--- a/users/glittershark/emacs.d/packages.el
+++ b/users/glittershark/emacs.d/packages.el
@@ -155,3 +155,6 @@
 (package! znc
   :recipe (:host github
                  :repo "sshirokov/ZNC.el"))
+
+;;; cpp
+(package! protobuf-mode)