From b92a18a0a514c69d3e82a564368c5f1ecae9c990 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Fri, 26 Mar 2021 07:51:04 -0400 Subject: [PATCH] Cleanup option README --- README.org | 52 +++++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/README.org b/README.org index 9d26c5d..bf2c9d4 100644 --- a/README.org +++ b/README.org @@ -134,29 +134,35 @@ 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-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. | +** Constants + +| Symbol | Default | Description | +|----------------------+------------------+---------------------------------------------| +| ~dotfiles/home~ | =~/.emacs.d= | Origininal value of ~user-emacs-directory~. | +| ~dotfiles/cache~ | =~/.cache/emacs= | Redirection target of ~user-emacs-dictory~. | +| ~dotfiles/modules-p~ | [[file:modules/][Modules]] | All of the available system modules. | + +** Variables + +| Symbol | Default | Description | +|------------------------------+-------------------------+-----------------------------------| +| ~dotfiles/browser~ | =$BROWSER= | Default system web browser. | +| ~dotfiles/language~ | =$LANG= | Default system language. | +|------------------------------+-------------------------+-----------------------------------| +| ~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 | Completion delay time. | +|------------------------------+-------------------------+-----------------------------------| +| ~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~ | =5EAG356GFAE...= | GPG key to encrypt org files for. | * Resources