;; Here's a complete list of all of the options configurable for each host, and their default values. All variables prefixed with ~dotfiles/~. If you need to make configurations to another variable, consider creating a new option.
;; | dotfiles/font-size | System wide base font size |
;; | dotfiles/browser | Browser to open URL links |
;; | dotfiles/language | Dictionary language to load |
;; | dotfiles/modules-p | Immutable list of all available modules |
;; | dotfiles/modules | Enabled custom modules |
;; | dotfiles/home | Original value of `user-emacs-directory' |
;; | dotfiles/cache | Redirection target of `user-emacs-directory |
;; | dotfiles/idle | Delay time before offering completions |
;; | dotfiles/leader-key | All powerful keybinding prefix for custom actions |
;; | dotfiles/leader-key-global | Like the leader-key, but EVERYWHERE! |
;; | dotfiles/projects | Location of source code projects |
;; | dotfiles/passwords | Location of the system password store |
;; | dotfiles/public-key | Public GPG key to encrypt files for |
;; Override any of these configurations in a host file. Here's some examples to get started:
;; Here's a complete list of all of the options configurable for each host, and their default values. All variables prefixed with ~dotfiles/~. If you need to make configurations to another variable, consider creating a new option.
;; + [[file:hosts/localhost.org][Termux]]
;; + [[file:hosts/raspberry.org][Raspberry]]
;; + [[file:hosts/acernitro.org][Acernitro]]
;; + [[file:hosts/virtualbox.org][Virtualbox]]
(defvardotfiles/font"Fira Code""Unified system font family.")
(defvardotfiles/font-size96"Unified system font size.")
(defvardotfiles/browser(getenv"BROWSER")"Default system web browser.")
(defvardotfiles/language(getenv"LANG")"Default system dictionary language.")
(defconstdotfiles/modules-p'(coreeditoremaildesktopwritingprojectsinterface)"All of the available modules.")
(defvardotfiles/modulesdotfiles/modules-p"All of the enabled modules.")
(defvardotfiles/homeuser-emacs-directory"Original value of `user-emacs-directory'.")
(defvardotfiles/cache(expand-file-name"~/.cache/emacs")"Redirection target of `user-emacs-directory'.")