Fix typo in function name used to jump to an IRC channel using Emacs keybindings
This commit is contained in:
parent
dd8b535eb1
commit
345f191376
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@
|
|||
:desc "Reconnect all" "r" #'circe-reconnect-all
|
||||
:desc "Send message" "s" #'+irc/send-message
|
||||
(:when (featurep! :completion ivy)
|
||||
:desc "Jump to channel" "j" #'irc/ivy-jump-to-channel)))
|
||||
:desc "Jump to channel" "j" #'+irc/ivy-jump-to-channel)))
|
||||
|
||||
;;; <leader> T --- twitter
|
||||
(:when (featurep! :app twitter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue