about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-06-17T13·38+0100
committertazjin <mail@tazj.in>2020-06-17T13·50+0000
commitc224a738e7524fd0b6c8bed134f43b307bdbc9e8 (patch)
treec4bea340858815d08b9f07608424f3f6980309e2 /tools
parent26959ce09461b67aa2b2f183a22e8d2e9b72f03a (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.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/emacs/config/desktop.el b/tools/emacs/config/desktop.el
index edbdbafc90..b5915233cd 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))))