chore(tools/emacs): Remove hardcoded TVL meeting code

Change-Id: I76d24c20dc41969efe242008a2dec4a2a7944c5a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/450
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Vincent Ambo 2020-06-17 14:38:30 +01:00 committed by tazjin
parent 26959ce094
commit c224a738e7

View file

@ -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))))