about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/emacs/config/desktop.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/emacs/config/desktop.el b/users/tazjin/emacs/config/desktop.el
index 248da97eef..8e7a94f962 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)