-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (66 loc) · 2.09 KB
/
mkdocs.yml
File metadata and controls
66 lines (66 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: "Prelude: A sleek, modern, simple and powerful Emacs experience for everyone"
repo_url: https://github.com/bbatsov/prelude
copyright: "Copyright (C) 2011-2026 Bozhidar Batsov and Prelude contributors"
docs_dir: docs
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- Configuration: configuration.md
- Modules:
- Overview: modules/index.md
- Foundation Modules:
- Programming: modules/programming.md
- Lisp Base: modules/lisp.md
- LSP: modules/lsp.md
- Company: modules/company.md
- Programming Languages:
- C/C++: modules/c.md
- Clojure: modules/clojure.md
- Common Lisp: modules/common_lisp.md
- CSS: modules/css.md
- Dart: modules/dart.md
- Elixir: modules/elixir.md
- Emacs Lisp: modules/emacs_lisp.md
- Erlang: modules/erlang.md
- F#: modules/fsharp.md
- Go: modules/go.md
- Haskell: modules/haskell.md
- JavaScript: modules/js.md
- LaTeX: modules/latex.md
- Lua: modules/lua.md
- OCaml: modules/ocaml.md
- Perl: modules/perl.md
- Python: modules/python.md
- Racket: modules/racket.md
- Ruby: modules/ruby.md
- Rust: modules/rust.md
- Scala: modules/scala.md
- Scheme: modules/scheme.md
- SCSS: modules/scss.md
- Shell: modules/shell.md
- TypeScript: modules/ts.md
- Web/HTML: modules/web.md
- XML: modules/xml.md
- YAML: modules/yaml.md
- Completion Frameworks:
- Helm: modules/helm.md
- Ido: modules/ido.md
- Ivy: modules/ivy.md
- Vertico: modules/vertico.md
- Other Modules:
- ERC (IRC): modules/erc.md
- Evil (Vim): modules/evil.md
- Key Chord: modules/key_chord.md
- Literate Programming: modules/literate-programming.md
- Org Mode: modules/orgmode.md
- FAQ: faq.md
- Troubleshooting: troubleshooting.md
- Contributing: contributing.md
- Support: support.md
extra_css:
- css/extra.css
markdown_extensions:
- admonition
theme:
name: material