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)
This commit is contained in:
parent
9ed59566eb
commit
0c012554b9
4 changed files with 13 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
;;; Code:
|
||||
|
||||
(defconst wpc/current-project
|
||||
"~/urbint/grid/"
|
||||
"~/"
|
||||
"Variable holding the directory for my currently active project.")
|
||||
|
||||
(defvar wpc/mouse-kbds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue