Move docs, provide link in README.
This commit is contained in:
parent
5f9abf6eb4
commit
0117ffda38
3 changed files with 51 additions and 1 deletions
|
@ -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
Normal file
50
modules/doc/README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue