mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Use :when instead of (when ...)
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user