From ac77687dbfdce911b09ae8618bacc5048cf91f58 Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 11 Mar 2015 13:15:46 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- IGNORE | 1 + dot-files/_emacs_el | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/IGNORE b/IGNORE index cb1faf2..ff20543 100644 --- a/IGNORE +++ b/IGNORE @@ -18,6 +18,7 @@ .acrobat .adobe .angband/Hengband/playrec-*.txt +.arcrc .aspell.* .btpd .cabal diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 94bd183..e8508e6 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -196,6 +196,10 @@ (autoload 'lua-mode "lua-mode" "Lua editing mode." t) (add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode)) +;; protobuf-mode +(autoload 'protobuf-mode "protobuf-mode") +(add-to-list 'auto-mode-alist '("\\.proto\\'" . protobuf-mode)) + ;; scala-mode2 (add-to-list 'load-path "~/sandbox/_scala/scala-mode2") (require-if-present 'scala-mode2) -- 2.40.0