915b84
; Protobuf major mode, init file by Tim Niemueller [www.niemueller.de], BSD
915b84
; Add mode to automatically recognized modes
915b84
(setq auto-mode-alist (cons '("\\.proto$" . protobuf-mode) auto-mode-alist))
915b84
(autoload 'protobuf-mode "protobuf-mode" "Google protobuf editing mode." t)
915b84
; Turn on colorization by default
915b84
(add-hook 'protobuf-mode-hook 'turn-on-font-lock)