diff options
-rw-r--r-- | emacs/.emacs.d/wpc/bookmark.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/wpc/bookmark.el b/emacs/.emacs.d/wpc/bookmark.el index c0c41b5b4dd8..d4c102575dbe 100644 --- a/emacs/.emacs.d/wpc/bookmark.el +++ b/emacs/.emacs.d/wpc/bookmark.el @@ -57,9 +57,6 @@ Otherwise, open with `counsel-find-file'." (defconst bookmark/whitelist (list - (make-bookmark :label "depot" - :path "~/depot" - :kbd "t") (make-bookmark :label "briefcase" :path constants/briefcase :kbd "b") |