diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-protobuf.el | 7 |
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) |