Merge pull request #3333 from Bounga/fix/emacs-binding-to-jump-to-channel-in-irc-app

Fix typo in function name binded to jump to an IRC channel
This commit is contained in:
Henrik Lissner 2020-06-10 03:00:45 -04:00 committed by GitHub
commit 10cc279e74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)