From 2945b388499ab9ef24fd78e40f6e6e9fc020f09b Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 17 Jun 2024 16:30:44 +0200 Subject: [PATCH] pinwheel: Add `protobuf-mode` to `emacs` --- hosts/pinwheel/modules/emacs/config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index e242995..52a7ac1 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -560,6 +560,11 @@ Setup prefix for keybindings. ) ) #+END_SRC +** Protobuf +#+BEGIN_SRC emacs-lisp + (use-package protobuf-mode + :mode "\\.proto$") +#+END_SRC ** Terraform #+BEGIN_SRC emacs-lisp (use-package terraform-mode)