Use :when instead of (when ...)
This commit is contained in:
parent
cf9e2e6463
commit
71c2932786
1 changed files with 8 additions and 8 deletions
|
@ -15,11 +15,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(when (featurep! :completion ivy)
|
(use-package! counsel-jq
|
||||||
(use-package! counsel-jq
|
:when (featurep! :completion ivy)
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(map! :after json-mode
|
(map! :after json-mode
|
||||||
:map json-mode-map
|
:map json-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
"s" #'counsel-jq)))
|
"s" #'counsel-jq))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue