Change custom init.rb to better reflect the default support for perl and python.
This commit is contained in:
parent
f17a9d0f6b
commit
9c1e1753de
|
@ -20,9 +20,10 @@
|
||||||
#
|
#
|
||||||
# activate :projects
|
# 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
|
# == Common Repositories
|
||||||
# Below are some common configurations you might find useful, these may vary
|
# Below are some common configurations you might find useful, these may vary
|
||||||
|
@ -34,12 +35,6 @@
|
||||||
# Open Haskel system libraries:
|
# Open Haskel system libraries:
|
||||||
# add :ghc, "/usr/local/lib/ghc/"
|
# 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
|
# = Ruby
|
||||||
# Qwandry comes set up for ruby by default, however you may want to be able to
|
# Qwandry comes set up for ruby by default, however you may want to be able to
|
||||||
# quickly access the ruby sources.
|
# quickly access the ruby sources.
|
||||||
|
|
Loading…
Reference in New Issue