summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-protobuf.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-protobuf.el')
-rw-r--r--emacs.d/custom/fcuny-protobuf.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-protobuf.el b/emacs.d/custom/fcuny-protobuf.el
new file mode 100644
index 0000000..c344684
--- /dev/null
+++ b/emacs.d/custom/fcuny-protobuf.el
@@ -0,0 +1,7 @@
+(use-package protobuf-mode
+  :after (flyspell flycheck)
+  :ensure t
+  :hook ((protobuf-mode . flyspell-prog-mode)
+         (protobuf-mode . flycheck-mode)))
+
+(provide 'fcuny-protobuf)