diff options
author | Vincent Ambo <mail@tazj.in> | 2021-08-06T11·04+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-08-06T11·32+0000 |
commit | 242f63fdd66d7f97492c15cc3fe7798ef2db7f49 (patch) | |
tree | e0c364b76ab79078d3a631fec2969fcd102c2692 | |
parent | 35ce86d4a8110100fb889c709aecda72e23c9273 (diff) |
feat(tazjin/emacs): Add another window title pattern r/2705
Change-Id: Ia14fa72e896a9cfc9fab828bead9f7f33763c89b Reviewed-on: https://cl.tvl.fyi/c/depot/+/3276 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
-rw-r--r-- | users/tazjin/emacs/config/desktop.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index b152aeac0b87..43faede47b9b 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -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. |