Blame SOURCES/protobuf-init.el

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