app/irc: re-nest keybinds

And restore missing circe-command-NAMES keybind.
This commit is contained in:
Henrik Lissner 2018-12-22 04:36:51 -05:00
parent 5331a28533
commit 65290d3d2f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -122,15 +122,17 @@ playback.")
(add-hook 'circe-chat-mode-hook #'solaire-mode)) (add-hook 'circe-chat-mode-hook #'solaire-mode))
(map! :localleader (map! :localleader
:map circe-mode-map (:map circe-mode-map
"a" #'tracking-next-buffer "a" #'tracking-next-buffer
"j" #'circe-command-JOIN "j" #'circe-command-JOIN
"m" #'+irc/send-message "m" #'+irc/send-message
"p" #'circe-command-PART "p" #'circe-command-PART
"Q" #'+irc/quit "Q" #'+irc/quit
"R" #'circe-reconnect "R" #'circe-reconnect
:when (featurep! :completion ivy) (:when (featurep! :completion ivy)
"c" #'+irc/ivy-jump-to-channel)) "c" #'+irc/ivy-jump-to-channel))
(:map circe-channel-mode-map
"n" #'circe-command-NAMES)))
(def-package! circe-color-nicks (def-package! circe-color-nicks