From a6d2fc4aa28a3c21c4597d15f7b5b6db9a4c6b2c Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 31 Jan 2021 18:38:01 -0500 Subject: [PATCH] Init example host file --- hosts/ubuntu.el | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/hosts/ubuntu.el b/hosts/ubuntu.el index e69de29..cc5491e 100644 --- a/hosts/ubuntu.el +++ b/hosts/ubuntu.el @@ -0,0 +1,21 @@ +(defvar dotfiles/modules '(core + desktop + writing + projects + interface)) + +(defvar dotfiles/cache "~/.cache/emacs") + +(defvar dotfiles/idle 0.0) + +(defvar dotfiles/leader-key "SPC") +(defvar dotfiles/leader-key-global "C-SPC") + +(defvar dotfiles/src "~/.local/source/") + +(defvar dotfiles/brain (concat dotfiles/src "brain/")) +(defvar dotfiles/notes (concat dotfiles/brain "notes/")) +(defvar dotfiles/bib (concat dotfiles/brain "resources.bib")) + +(defvar dotfiles/secrets (concat dotfiles/src "secrets/")) +(defvar dotfiles/passwords (concat dotfiles/src "passwords/"))