diff options
author | Vincent Ambo <tazjin@google.com> | 2020-06-17T13·38+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-17T13·50+0000 |
commit | c224a738e7524fd0b6c8bed134f43b307bdbc9e8 (patch) | |
tree | c4bea340858815d08b9f07608424f3f6980309e2 /tools | |
parent | 26959ce09461b67aa2b2f183a22e8d2e9b72f03a (diff) |
chore(tools/emacs): Remove hardcoded TVL meeting code r/1010
Change-Id: I76d24c20dc41969efe242008a2dec4a2a7944c5a Reviewed-on: https://cl.tvl.fyi/c/depot/+/450 Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/emacs/config/desktop.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el index edbdbafc90ff..b5915233cd51 100644 --- a/tools/emacs/config/desktop.el +++ b/tools/emacs/config/desktop.el @@ -77,11 +77,6 @@ title)) (format "IRCCloud<%s>" title)) - ;; The Virus Lounge should be, well ... - (`("Google-chrome" - ,(and (pred (lambda (title) (s-contains? "Meet - mng-biyw-xbb" title))) title)) - "The Virus Lounge") - ;; For other Chrome windows, make the title shorter. (`("Google-chrome" ,title) (format "Chrome<%s>" (s-truncate 42 (s-chop-suffix " - Google Chrome" title)))) |