feat(wpcarro/emacs): Support bookmark for /depot/users/wpcarro
Saving keystrokes every day. Right? Change-Id: I8a2fd42c9139f87181ac203e1573be3823e18b56 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5283 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
a8e76b24e8
commit
5d09aa53dd
1 changed files with 5 additions and 0 deletions
|
@ -397,6 +397,11 @@
|
|||
;; bookmarks
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(bookmark-install-kbd
|
||||
(make-bookmark :label "wpcarro"
|
||||
:path (f-join tvl-depot-path "users/wpcarro")
|
||||
:kbd "w"))
|
||||
|
||||
(bookmark-install-kbd
|
||||
(make-bookmark :label "depot"
|
||||
:path tvl-depot-path
|
||||
|
|
Loading…
Reference in a new issue