mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bindings: incorrect :when keyword fix
This commit is contained in:
@ -176,7 +176,7 @@
|
||||
:desc "Quit irc" "q" #'+irc/quit
|
||||
:desc "Reconnect all" "r" #'circle-reconnect-all
|
||||
:desc "Send message" "s" #'+irc/send-message
|
||||
(when (featurep! :completion ivy)
|
||||
(:when (featurep! :completion ivy)
|
||||
:desc "Jump to channel" "j" #'irc/ivy-jump-to-channel)))
|
||||
;; Twitter
|
||||
(:when (featurep! :app twitter)
|
||||
|
Reference in New Issue
Block a user