diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-23T14·53+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-23T14·53+0000 |
commit | e11ba0598e26e0863ba79dc72f72ccbd88d4d968 (patch) | |
tree | 04fc11e2e6aa0b5b75ab948dd478fffe0406cb0d /configs/shared/.emacs.d/wpc/bookmark.el | |
parent | 7edd5d81f58dd5bc5f91843272a06662c30caf8b (diff) |
Move the location of tazjins-depot
Since I spend a decent amount of time scouring the excellent work of my colleague, @tazjin, I figured having some functions and KBDs setup to make this work cheaper would be beneficial. Also preferring the name `"depot"` to `"tazjins-depot"`. I don't think the namespace `"tazjin-"` is useful at this time. I'm considering renaming my mono-repo `"universe"`... a bit grandiose, but hey, let me get my kicks.
Diffstat (limited to 'configs/shared/.emacs.d/wpc/bookmark.el')
-rw-r--r-- | configs/shared/.emacs.d/wpc/bookmark.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/shared/.emacs.d/wpc/bookmark.el b/configs/shared/.emacs.d/wpc/bookmark.el index d8efdba8af05..8d7ce99e69dc 100644 --- a/configs/shared/.emacs.d/wpc/bookmark.el +++ b/configs/shared/.emacs.d/wpc/bookmark.el @@ -51,8 +51,8 @@ Otherwise, open with `counsel-find-file'." (defconst bookmark/whitelist (list - (make-bookmark :label "tazjins-depot" - :path "~/Dropbox/programming/tazjins-depot/" + (make-bookmark :label "depot" + :path "~/depot" :kbd "t") (make-bookmark :label "org" :path "~/Dropbox/org" |