diff options
Diffstat (limited to 'users/tazjin')
-rw-r--r-- | users/tazjin/emacs/config/desktop.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el index 248da97eefcb..8e7a94f96249 100644 --- a/users/tazjin/emacs/config/desktop.el +++ b/users/tazjin/emacs/config/desktop.el @@ -96,7 +96,7 @@ (progn (string-match (rx "Quassel IRC - " - (group (one-or-more (any alnum "#"))) ;; <-- channel name + (group (one-or-more (any alnum "&" "-" "#"))) ;; <-- channel name " (" (group (one-or-more (any ascii space))) ")" ;; <-- network name " — Quassel IRC") title) |