From: PHO Date: Wed, 11 Mar 2015 04:15:46 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=ac77687dbfdce911b09ae8618bacc5048cf91f58 Auto commit by The Sugar System. --- 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)