emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
390 stars 51 forks source link

Make the buffer-name customisable. #391

Closed ecraven closed 3 years ago

ecraven commented 3 years ago

Add a new custom variable `circe-chat-buffer-name'. It supports two expansions, {target} and {network}.

Remove the modification of `mode-line-buffer-identification' in chat-mode, the full buffer name will be shown.

To go back to naming buffers only after the target, not the network, customise `circe-chat-buffer-name' to "{target}".

wasamasa commented 3 years ago

Alright, could you please squash the changes into the original commit? I'll merge it afterwards.

ecraven commented 3 years ago

rebased and force-with-lease-pushed.