Fix typo in function name used to jump to an IRC channel using Emacs keybindings

This commit is contained in:
Nicolas Cavigneaux
2020-06-08 17:51:29 +02:00
parent dd8b535eb1
commit 345f191376

View File

@ -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)