about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.")