about summary refs log tree commit diff
path: root/users/wpcarro
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-24T17·11-0500
committerwpcarro <wpcarro@gmail.com>2021-12-24T17·32+0000
commit286e24c76f0398ae87bcce6e801308699bc8f926 (patch)
tree98a60dcdb43fdf63285f2a1afe63ddc8b3a18ec9 /users/wpcarro
parent88ed680b2197e76d6e1ad2cefc28d8a62e7b8999 (diff)
refactor(wpcarro/emacs): Prefer tvl-depot-path reference r/3351
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 <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro')
-rw-r--r--users/wpcarro/emacs/.emacs.d/wpc/bookmark.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/bookmark.el b/users/wpcarro/emacs/.emacs.d/wpc/bookmark.el
index eddbbdc799..47da863a67 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.")