public
Description: Ryan McGeary's configuration shiznit that makes him productive
Homepage: http://ryan.mcgeary.org
Clone URL: git://github.com/rmm5t/dotfiles.git
Search Repo:
make sure autotest and sake files are recognized as ruby
rmm5t (author)
Thu May 15 14:20:47 -0700 2008
commit  dc4585313d24b5a59b2e9b8d9381ccdc7e04c05c
tree    9fc42950e378956b28e44a211e0310f7a146ba05
parent  91dc61c6f0f30252a586c966fa37c2c850221d62
...
15
16
17
18
 
 
19
20
21
...
15
16
17
 
18
19
20
21
22
0
@@ -15,7 +15,8 @@
0
             (local-set-key [(control meta f1)] 'xmp)
0
             ))
0
 
0
-(add-to-list 'auto-mode-alist '("\\.autotest$" . ruby-mode))
0
+(add-to-list 'auto-mode-alist '("autotest$" . ruby-mode))
0
+(add-to-list 'auto-mode-alist '("sake$" . ruby-mode))
0
 
0
 (add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp/ri-emacs"))
0
 (setq ri-ruby-script (expand-file-name "~/.emacs.d/lisp/ri-emacs/ri-emacs.rb"))

Comments

    No one has commented yet.