From 345f191376c18cb13e9caa37ee5a5ac7c284d565 Mon Sep 17 00:00:00 2001 From: Nicolas Cavigneaux Date: Mon, 8 Jun 2020 17:51:29 +0200 Subject: [PATCH] Fix typo in function name used to jump to an IRC channel using Emacs keybindings --- modules/config/default/+emacs-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index bfd364843..daa56458f 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -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))) ;;; T --- twitter (:when (featurep! :app twitter)