Browse Source

Move docs, provide link in README.

custom
Gabriel J. Pérez Irizarry 12 years ago
parent
commit
0117ffda38
  1. 2
      README.md
  2. 50
      modules/doc/README.md
  3. 0
      modules/doc/prelude-python.md

2
README.md

@ -116,7 +116,7 @@ there are such).
## Enabling additional modules
By default most of the modules that ship with Prelude are not loaded.
By default most of the modules that ship with Prelude are not loaded. For more information on the functionality provided by these modules visit the [docs](modules/doc/README.md).
```lisp
;;; Uncomment the modules you'd like to use and restart Prelude afterwards

50
modules/doc/README.md

@ -0,0 +1,50 @@
# Emacs Prelude Modules
Prelude provides extra functionality through modules. Some modules may
require extra steps to enable all functionality. These steps and the
functionality provided by these modules are documented on the
following links.
- C
- Clojure
- Coffee
- Common-Lisp
- CSS
- Emacs-Lisp
- ERC
- Erlang
- Haskell
- JS
- Latex
- Lisp
- Markdown
- MediaWiki
- Org
- Perl
- [Python](prelude-python.md)
- Ruby
- Scala
- Scheme
- Scss
- Web

module-docs/prelude-python.md → modules/doc/prelude-python.md

Loading…
Cancel
Save