diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-02-29 05:54:24 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-02-29 05:54:24 +0000 |
commit | f7228ad8e4bd9718055b83ec14e3be77fb9669a8 () | |
tree | 929dd3406c46399d5a5ec297174855c9e46980b6 /misc/ruby-style.el | |
parent | 0927f830411d0120042319ad2e5fa5020ed7d8da (diff) |
ruby-style.el: add an instruction to load
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | misc/ruby-style.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ ;;; $Author$ ;;; created at: Thu Apr 26 13:54:01 JST 2007 ;;; ;;; To switch to the "ruby" style automatically if it looks like a ;;; source file of ruby, add ruby-style-c-mode to c-mode-hook: ;;; |