]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Wed, 11 Mar 2015 04:15:46 +0000 (13:15 +0900)
committerPHO <pho@cielonegro.org>
Wed, 11 Mar 2015 04:15:46 +0000 (13:15 +0900)
IGNORE
dot-files/_emacs_el

diff --git a/IGNORE b/IGNORE
index cb1faf26834ef37448b922c265be1320c7b4cb39..ff20543aa39446a87a29ad77897022bff3f9fa17 100644 (file)
--- a/IGNORE
+++ b/IGNORE
@@ -18,6 +18,7 @@
 .acrobat
 .adobe
 .angband/Hengband/playrec-*.txt
+.arcrc
 .aspell.*
 .btpd
 .cabal
index 94bd1835948d02b4866b95f7381d8fd7f902818c..e8508e6620220a91c1a19bd937ec846d4de348f1 100644 (file)
 (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)