diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-25T13·20+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-25T13·20+0100 |
commit | 8fef6c0408545195dfacfa07c488b00f16c64b8b (patch) | |
tree | 71cb5f577ebca825e71ab931c236326081ea298e /emacs | |
parent | 8eed16dc671f49e8ffcf51557b06a65720bd40d7 (diff) |
Remove bookmark for <depot>
Since depot now support cs.tvl.fyi, I don't need this, and that is a *massive* upgrade.
Diffstat (limited to 'emacs')
-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") |