From cb3b92039131100a1d9e4e0c3f64975a3fc8aa9f Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 29 Jul 2021 14:51:58 -0400 Subject: [PATCH] Add protobuf package definition --- README.org | 8 ++++++++ modules/emacs.nix | 1 + 2 files changed, 9 insertions(+) diff --git a/README.org b/README.org index 84af4dc..54f0de2 100644 --- a/README.org +++ b/README.org @@ -1484,6 +1484,7 @@ let <> <> <> + <> <> <> <> @@ -2697,6 +2698,13 @@ The built in Python Mode[fn:78] has a nice feature set for working with Python[f (turn-on-pretty-mode))) #+END_SRC +** Protobuf Mode + +#+NAME: emacs-protobuf-package +#+BEGIN_SRC nix +epkgs.protobuf-mode +#+END_SRC + ** PlantUML #+NAME: emacs-plantuml-extras diff --git a/modules/emacs.nix b/modules/emacs.nix index 82e3884..4423612 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -47,6 +47,7 @@ let epkgs.pretty-mode epkgs.rustic epkgs.plantuml-mode + epkgs.protobuf-mode epkgs.ivy epkgs.counsel epkgs.ivy-rich