fix(users/wpcarro): Fix Hadrian path

This looks like a copy-paste error.

Change-Id: I21594412075d361d824074b7612c8dbafb4f9f30
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6369
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-09-06 10:04:29 -07:00 committed by clbot
parent bc60a7e454
commit fd68fe043c
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
(bookmark-install-kbd
(make-bookmark :label "hadrian"
:path (f-join tvl-depot-path "/hadrian")
:path "/hadrian"
:kbd "h"))
(setq initial-buffer-choice "/hadrian")

View file

@ -12,7 +12,7 @@
(bookmark-install-kbd
(make-bookmark :label "hadrian"
:path (f-join tvl-depot-path "/hadrian")
:path "/hadrian"
:kbd "h"))
(setq initial-buffer-choice "/hadrian")