featuregate ivy dependent autoloads for irc, pass

previously these functions would get autoloaded even when another
completion framework was active
This commit is contained in:
Itai Y. Efrat 2021-05-21 00:43:27 +03:00
parent 6dc6d11b83
commit 5ddf8b9b51
5 changed files with 57 additions and 66 deletions

View file

@ -149,8 +149,7 @@ playback.")
"p" #'circe-command-PART
"Q" #'+irc/quit
"R" #'circe-reconnect
(:when (featurep! :completion ivy)
"c" #'+irc/ivy-jump-to-channel))
"c" #'+irc/jump-to-channel)
(:map circe-channel-mode-map
"n" #'circe-command-NAMES)))