Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
934 B

  1. site_name: "Prelude: A sleek, modern, simple and powerful Emacs experience for everyone"
  2. repo_url: https://github.com/bbatsov/prelude
  3. copyright: "Copyright (C) 2011-2020 Bozhidar Batsov and Prelude contributors"
  4. docs_dir: doc
  5. pages:
  6. - Home: index.md
  7. - Installation: installation.md
  8. - Usage: usage.md
  9. - Configuration: configuration.md
  10. - Modules:
  11. - Overview: modules/index.md
  12. - Company: modules/company.md
  13. - ERC: modules/erc.md
  14. - Programming: modules/programming.md
  15. - Lisp: modules/lisp.md
  16. - Emacs Lisp: modules/emacs_lisp.md
  17. - Common Lisp: modules/common_lisp.md
  18. - Scheme: modules/scheme.md
  19. - Clojure: modules/clojure.md
  20. - Dart: modules/dart.md
  21. - Python: modules/python.md
  22. - Ruby: modules/ruby.md
  23. - FAQ: faq.md
  24. - Troubleshooting: troubleshooting.md
  25. - Contributing: contributing.md
  26. - Support: support.md
  27. extra_css:
  28. - css/extra.css
  29. markdown_extensions:
  30. - admonition
  31. theme: readthedocs