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:
parent
6dc6d11b83
commit
5ddf8b9b51
5 changed files with 57 additions and 66 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue