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:
Fixed deprecated :run hook (replaced by :initialize)
rmm5t (author)
Thu May 15 21:33:11 -0700 2008
commit  d79fa6edd7288f055cd043a5ef06730721494266
tree    6e210ae1a97a05c56d37c121e0e9e4a050d0084b
parent  dc4585313d24b5a59b2e9b8d9381ccdc7e04c05c
...
35
36
37
38
 
39
40
41
...
35
36
37
 
38
39
40
41
0
@@ -35,7 +35,7 @@
0
     system cmd
0
   end
0
 
0
- [:run, :red, :green, :quit, :run_command, :ran_command].each do |hook|
0
+ [:initialize, :red, :green, :quit, :run_command, :ran_command].each do |hook|
0
     Autotest.add_hook hook do |at|
0
       playsound "#{hook.to_s}.mp3" unless $TESTING
0
     end

Comments

    No one has commented yet.