From c224a738e7524fd0b6c8bed134f43b307bdbc9e8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 17 Jun 2020 14:38:30 +0100 Subject: chore(tools/emacs): Remove hardcoded TVL meeting code Change-Id: I76d24c20dc41969efe242008a2dec4a2a7944c5a Reviewed-on: https://cl.tvl.fyi/c/depot/+/450 Reviewed-by: tazjin --- tools/emacs/config/desktop.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/emacs/config/desktop.el') 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)))) -- cgit 1.4.1