From 286e24c76f0398ae87bcce6e801308699bc8f926 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 24 Dec 2021 12:11:54 -0500 Subject: refactor(wpcarro/emacs): Prefer tvl-depot-path reference Instead of homegrown constants-depot (which doesn't even exist). Change-Id: Iabb5f5f5bbb589bb07f9fc0921d75acd9396793e Reviewed-on: https://cl.tvl.fyi/c/depot/+/4567 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/emacs/.emacs.d/wpc/bookmark.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/wpcarro/emacs/.emacs.d/wpc/bookmark.el') diff --git a/users/wpcarro/emacs/.emacs.d/wpc/bookmark.el b/users/wpcarro/emacs/.emacs.d/wpc/bookmark.el index eddbbdc799b4..47da863a676c 100644 --- a/users/wpcarro/emacs/.emacs.d/wpc/bookmark.el +++ b/users/wpcarro/emacs/.emacs.d/wpc/bookmark.el @@ -26,6 +26,7 @@ (require 'set) (require 'constants) (require 'general) +(require 'tvl) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Constants @@ -59,7 +60,7 @@ Otherwise, open with `counsel-find-file'." (defconst bookmark-whitelist (list (make-bookmark :label "depot" - :path constants-depot + :path tvl-depot-path :kbd "d")) "List of registered bookmarks.") -- cgit 1.4.1