From 70084884c5e564fb040485da3d0f702a60a1a0b9 Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Mon, 15 Aug 2022 18:55:22 -0400 Subject: [PATCH] Added protobuf-mode --- emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index f116e0e..4e5412c 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -426,6 +426,10 @@ (setq lsp-tex-server 'digestif) +;; Protocol Buffers + +(use-package protobuf-mode) + ;; Python (setq dap-python-debugger 'debugpy)