summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-protobuf.el
blob: c34468410c0f16cdb7f26505a34ffd91ec1475f1 (plain) (blame)
1
2
3
4
5
6
7
(use-package protobuf-mode
  :after (flyspell flycheck)
  :ensure t
  :hook ((protobuf-mode . flyspell-prog-mode)
         (protobuf-mode . flycheck-mode)))

(provide 'fcuny-protobuf)