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