(eval-when-compile (require 'use-package)) (use-package protobuf-mode :ensure t :mode ("\\.proto$" . protobuf-mode)) (provide 'fcuny-protobuf)