diff options
-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. |