Support current-project variable
DRYs up configuration... This value is used to set: - my initial buffer - where <leader>-p jumps to
This commit is contained in:
parent
519be4dca1
commit
30cdf1e941
3 changed files with 6 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
(set-register ?o '(file . "~/Dropbox/org/"))
|
||||
(set-register ?c '(file . "~/Dropbox/org/chains.org"))
|
||||
(set-register ?b '(file . "~/Dropbox/org/backlog.org"))
|
||||
(set-register ?p '(file . "~/urbint/grid-client"))
|
||||
(set-register ?p `(file . ,wpc/current-project))
|
||||
|
||||
;; persist history etc b/w Emacs sessions
|
||||
(setq desktop-save 'if-exists)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue