From e11ba0598e26e0863ba79dc72f72ccbd88d4d968 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 23 Jan 2020 14:53:43 +0000 Subject: 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. --- configs/shared/.emacs.d/wpc/bookmark.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/shared') 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" -- cgit 1.4.1