diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/wpc/bookmark.el | 3 |
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 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.") |