feat(tazjin/emacs): Add another window title pattern

Change-Id: Ia14fa72e896a9cfc9fab828bead9f7f33763c89b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3276
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2021-08-06 14:04:56 +03:00 committed by tazjin
parent 35ce86d4a8
commit 242f63fdd6

View file

@ -71,6 +71,8 @@
;; as the title.
(`("Google-chrome" ,(and (pred (lambda (title) (s-ends-with? " - Cider" title))) title))
(format "Cider<%s>" (s-chop-suffix " - Cider" title)))
(`("Google-chrome" ,(and (pred (lambda (title) (s-ends-with? " - Cider V" title))) title))
(format "Cider V<%s>" (s-chop-suffix " - Cider V" title)))
;; Attempt to detect IRCCloud windows via their title, which is a
;; combination of the channel name and network.