about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/desktop.el
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-08-06T11·04+0300
committertazjin <mail@tazj.in>2021-08-06T11·32+0000
commit242f63fdd66d7f97492c15cc3fe7798ef2db7f49 (patch)
treee0c364b76ab79078d3a631fec2969fcd102c2692 /users/tazjin/emacs/config/desktop.el
parent35ce86d4a8110100fb889c709aecda72e23c9273 (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
Diffstat (limited to 'users/tazjin/emacs/config/desktop.el')
-rw-r--r--users/tazjin/emacs/config/desktop.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el
index b152aeac0b..43faede47b 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.