Changes my default project
I should eventually support a shell variable in variables.zsh that exports CURRENT_PROJECT, which Emacs can read.
This commit is contained in:
parent
607bf103c3
commit
69acbae998
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(defconst wpc/current-project
|
(defconst wpc/current-project
|
||||||
"~/programming/website"
|
"~/programming"
|
||||||
"Variable holding the directory for my currently active project.")
|
"Variable holding the directory for my currently active project.")
|
||||||
|
|
||||||
(defvar wpc/mouse-kbds
|
(defvar wpc/mouse-kbds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue