diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·31+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | 2108ee933a57b88267b6f2365e70d31dda50a57f (patch) | |
tree | 170f5548bf6fd240eadc3f70646a4628d0b8e7d4 /configs/shared/.emacs.d | |
parent | 9108c3fa7db65ce821a44d7d66e1f4ad3cf2304e (diff) |
Support google3 as a citc alias
Sometimes I just want to visit //google3.
Diffstat (limited to 'configs/shared/.emacs.d')
-rw-r--r-- | configs/shared/.emacs.d/wpc/google-stuff.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/wpc/google-stuff.el b/configs/shared/.emacs.d/wpc/google-stuff.el index fd4b878c9e44..f2632f7880e5 100644 --- a/configs/shared/.emacs.d/wpc/google-stuff.el +++ b/configs/shared/.emacs.d/wpc/google-stuff.el @@ -84,7 +84,8 @@ Stubby.") ;; TODO: Can this be sourced from ~/.g4d? (defconst google-stuff/citc-aliases - '(("escalations" . "/google3/corp/gtech/pto/tda/beacons_extension") + '(("google3" . "/google3") + ("escalations" . "/google3/corp/gtech/pto/tda/beacons_extension") ("spewall_fe" . "/google3/alkali/apps/speakeasydashboard") ("spewall_be" . "/google3/java/com/google/alkali/applications/speakeasydashboard") ("spewall_protos" . "/google3/google/internal/alkali/applications/speakeasydashboard") |