irc: remap tracking-next-buffer to +irc/tracking-next-buffer
This prevents default keybindings from using `tracking-next-buffer' so that a user doesn't accidentally end up in a weird mixed workspace.
This commit is contained in:
parent
24b4d24d18
commit
fe44a3c435
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ playback.")
|
|||
(interactive)
|
||||
(when (derived-mode-p 'circe-mode)
|
||||
(tracking-next-buffer)))
|
||||
(global-set-key [remap tracking-next-buffer] #'+irc/tracking-next-buffer)
|
||||
|
||||
(after! solaire-mode
|
||||
;; distinguish chat/channel buffers from server buffers.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue