From 2108ee933a57b88267b6f2365e70d31dda50a57f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 17 Jan 2020 10:31:04 +0000 Subject: Support google3 as a citc alias Sometimes I just want to visit //google3. --- configs/shared/.emacs.d/wpc/google-stuff.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/shared/.emacs.d/wpc/google-stuff.el') 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") -- cgit 1.4.1