Support additional bookmarks

- Adds bookmark for my mono-repo
- Adds bookmark for tazjins-depot
This commit is contained in:
William Carroll 2020-01-22 21:53:43 +00:00
parent 5a66f175e5
commit 61c2050f23

View file

@ -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")