9ed0d772da
The link is created with docs in it, even if the mkdocs.yml file mentions doc as the documentation folder. I am not aware if there is any other dependency in the name doc, I have renamed it to docs and changed it also in the mkdocs.yml file. It seems docs is hardcoded in the readthedocs theme :(
7 lines
257 B
Markdown
7 lines
257 B
Markdown
# Prelude Lisp
|
|
|
|
Basic shared configuration for Lisp-like programming languages. Currently
|
|
it does only two things:
|
|
|
|
* Enables `smartparens-strict-mode` in Lisp major modes and REPL buffers
|
|
* Enables `rainbow-delimiters` in Lisp major modes and REPL buffers
|