diff options
Diffstat (limited to 'dev-libs/protobuf/files/70protobuf-gentoo.el')
-rw-r--r-- | dev-libs/protobuf/files/70protobuf-gentoo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/protobuf/files/70protobuf-gentoo.el b/dev-libs/protobuf/files/70protobuf-gentoo.el new file mode 100644 index 000000000000..51370527f6f2 --- /dev/null +++ b/dev-libs/protobuf/files/70protobuf-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode)) +(autoload 'protobuf-mode "protobuf-mode" "Google protobuf mode." t) |