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.

34 lines
1013 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-2022 Bozhidar Batsov and Prelude contributors"
  4. docs_dir: docs
  5. nav:
  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. - Rust: modules/rust.md
  24. - F#: modules/fsharp.md
  25. - Go: modules/go.md
  26. - FAQ: faq.md
  27. - Troubleshooting: troubleshooting.md
  28. - Contributing: contributing.md
  29. - Support: support.md
  30. extra_css:
  31. - css/extra.css
  32. markdown_extensions:
  33. - admonition
  34. theme: readthedocs