Support additional bookmarks
- Adds bookmark for my mono-repo - Adds bookmark for tazjins-depot
This commit is contained in:
parent
5a66f175e5
commit
61c2050f23
1 changed files with 6 additions and 0 deletions
|
@ -47,9 +47,15 @@ Otherwise, open with `counsel-find-file'."
|
||||||
|
|
||||||
(defconst bookmark/whitelist
|
(defconst bookmark/whitelist
|
||||||
(list
|
(list
|
||||||
|
(make-bookmark :label "tazjins-depot"
|
||||||
|
:path "~/Dropbox/programming/tazjins-depot/"
|
||||||
|
:kbd "t")
|
||||||
(make-bookmark :label "org"
|
(make-bookmark :label "org"
|
||||||
:path "~/Dropbox/org"
|
:path "~/Dropbox/org"
|
||||||
:kbd "o")
|
:kbd "o")
|
||||||
|
(make-bookmark :label "mono"
|
||||||
|
:path "~/mono"
|
||||||
|
:kbd "m")
|
||||||
(make-bookmark :label "dotfiles"
|
(make-bookmark :label "dotfiles"
|
||||||
:path "~/dotfiles"
|
:path "~/dotfiles"
|
||||||
:kbd "d")
|
:kbd "d")
|
||||||
|
|
Loading…
Reference in a new issue