Change custom init.rb to better reflect the default support for perl and python.

This commit is contained in:
Adam Sanderson 2010-12-11 23:40:42 -08:00
parent f17a9d0f6b
commit 9c1e1753de
1 changed files with 3 additions and 8 deletions

View File

@ -20,9 +20,10 @@
#
# activate :projects
#
# If you don't use ruby, you can de-activate it:
# If you don't use ruby, you can make something else the default:
#
# deactivate :ruby
# deactivate :ruby, :gem
# activate :python
# == Common Repositories
# Below are some common configurations you might find useful, these may vary
@ -34,12 +35,6 @@
# Open Haskel system libraries:
# add :ghc, "/usr/local/lib/ghc/"
# = Python
# Open python standard libraries, but ignore the *.pyo and *.pyc files:
# add :python, "/usr/lib/python2.6/",
# :class => Qwandry::LibraryRepository,
# :reject => '*.py[oc]'
# = Ruby
# Qwandry comes set up for ruby by default, however you may want to be able to
# quickly access the ruby sources.