about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
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))))