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