From 65290d3d2f0cd6d45a6d77c92475648ca0d5dbe4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 22 Dec 2018 04:36:51 -0500 Subject: [PATCH] app/irc: re-nest keybinds And restore missing circe-command-NAMES keybind. --- modules/app/irc/config.el | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/modules/app/irc/config.el b/modules/app/irc/config.el index 3aec7eb78..f72bb8abb 100644 --- a/modules/app/irc/config.el +++ b/modules/app/irc/config.el @@ -122,15 +122,17 @@ playback.") (add-hook 'circe-chat-mode-hook #'solaire-mode)) (map! :localleader - :map circe-mode-map - "a" #'tracking-next-buffer - "j" #'circe-command-JOIN - "m" #'+irc/send-message - "p" #'circe-command-PART - "Q" #'+irc/quit - "R" #'circe-reconnect - :when (featurep! :completion ivy) - "c" #'+irc/ivy-jump-to-channel)) + (:map circe-mode-map + "a" #'tracking-next-buffer + "j" #'circe-command-JOIN + "m" #'+irc/send-message + "p" #'circe-command-PART + "Q" #'+irc/quit + "R" #'circe-reconnect + (:when (featurep! :completion ivy) + "c" #'+irc/ivy-jump-to-channel)) + (:map circe-channel-mode-map + "n" #'circe-command-NAMES))) (def-package! circe-color-nicks