diff options
author | William Carroll <wpcarro@gmail.com> | 2018-10-02T13·57-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-10-02T13·57-0400 |
commit | 0c012554b9e81dde34621d7f37e54f2ecce685a6 (patch) | |
tree | a9832adf488fa23896ec955d531a2f6289e53710 /configs/shared/emacs/.emacs.d/wpc/variables.el | |
parent | 9ed59566eb75f2285d965815d9b17bec34287d23 (diff) |
Updates to Emacs preferences
- Prefers "$HOME" to "~/urbint" for current project - Prefers dark colorscheme - Allows source-jumping to Emacs (nixify this to remove dep on path/to/source)
Diffstat (limited to 'configs/shared/emacs/.emacs.d/wpc/variables.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/wpc/variables.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/emacs/.emacs.d/wpc/variables.el b/configs/shared/emacs/.emacs.d/wpc/variables.el index d0bba261593d..1a7a0ef742d1 100644 --- a/configs/shared/emacs/.emacs.d/wpc/variables.el +++ b/configs/shared/emacs/.emacs.d/wpc/variables.el @@ -7,7 +7,7 @@ ;;; Code: (defconst wpc/current-project - "~/urbint/grid/" + "~/" "Variable holding the directory for my currently active project.") (defvar wpc/mouse-kbds |