mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
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:
@@ -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)))
|
||||
|
||||
|
Reference in New Issue
Block a user