Browse Source

Fix table

main
parent
commit
1d9a977897
  1. 46
      README.org

46
README.org

@ -135,29 +135,29 @@ Here's a complete list of all of the options configurable for each host, and the
+ All variables prefixed with ~dotfiles/~
+ Initialized prior to loading of packages or hosts
| Name | Default | Description |
|----------------------------+---------------------+---------------------------------------------------------|
| dotfiles/home | ~/.emacs.d | Original value of `user-emacs-directory'. |
| dotfiles/cache | ~/.cache/emacs | Redirection target of `user-emacs-directory'. |
|----------------------------+---------------------+---------------------------------------------------------|
| dotfiles/browser | $BROWSER | Default system web browser. |
| dotfiles/language | $LANG | Default system dictionary language. |
|----------------------------+---------------------+---------------------------------------------------------|
| dotfiles/modules-p | [[file:modules/][Modules]] | All of the available modules. |
| dotfiles/modules | dotfiles/modules-p | ALl of the enabled modules. |
|----------------------------+---------------------+---------------------------------------------------------|
| dotfiles/font | Fira Code | Unified system font family. |
| dotfiles/font-size | 96 | Unified system font size. |
|----------------------------+---------------------+---------------------------------------------------------|
| dotfiles/idle | 0.0 | Delay time before offering suggestions and completions. |
|----------------------------+---------------------+---------------------------------------------------------|
| dotfiles/leader-key | SPC | All powerful leader key. |
| dotfiles/leader-key-global | C-(dotfiles/leader) | Global prefix for the leader key. |
|----------------------------+---------------------+---------------------------------------------------------|
| dotfiles/projects | ~/.local/source | Location of source code projects. |
| dotfiles/passwords | ~/.password-store | Location of local password store. |
|----------------------------+---------------------+---------------------------------------------------------|
| dotfiles/public-key | [[https://chrishayward.xyz][My public key]] | GPG key to encrypt org files for. |
| Name | Default | Description |
|----------------------------+-------------------------+---------------------------------------------------------|
| dotfiles/home | ~/.emacs.d | Original value of `user-emacs-directory'. |
| dotfiles/cache | ~/.cache/emacs | Redirection target of `user-emacs-directory'. |
|----------------------------+-------------------------+---------------------------------------------------------|
| dotfiles/browser | $BROWSER | Default system web browser. |
| dotfiles/language | $LANG | Default system dictionary language. |
|----------------------------+-------------------------+---------------------------------------------------------|
| dotfiles/modules-p | [[file:modules/][Modules]] | All of the available modules. |
| dotfiles/modules | dotfiles/modules-p | ALl of the enabled modules. |
|----------------------------+-------------------------+---------------------------------------------------------|
| dotfiles/font | Fira Code | Unified system font family. |
| dotfiles/font-size | 96 | Unified system font size. |
|----------------------------+-------------------------+---------------------------------------------------------|
| dotfiles/idle | 0.0 | Delay time before offering suggestions and completions. |
|----------------------------+-------------------------+---------------------------------------------------------|
| dotfiles/leader-key | SPC | All powerful leader key. |
| dotfiles/leader-key-global | C-(dotfiles/leader-key) | Global prefix for the leader key. |
|----------------------------+-------------------------+---------------------------------------------------------|
| dotfiles/projects | ~/.local/source | Location of source code projects. |
| dotfiles/passwords | ~/.password-store | Location of local password store. |
|----------------------------+-------------------------+---------------------------------------------------------|
| dotfiles/public-key | [[https://chrishayward.xyz][My public key]] | GPG key to encrypt org files for. |
* Resources

Loading…
Cancel
Save