From 1d9a9778978d945e2a9ea64f13ee9e5a378766c2 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 18 Mar 2021 22:31:32 -0400 Subject: [PATCH] Fix table --- README.org | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.org b/README.org index bc660e1..fa1bbae 100644 --- a/README.org +++ b/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