Use :when instead of (when ...)

This commit is contained in:
Edmund Miller
2020-06-01 16:13:30 -05:00
parent cf9e2e6463
commit 71c2932786

View File

@ -15,11 +15,11 @@
(when (featurep! :completion ivy)
(use-package! counsel-jq
:when (featurep! :completion ivy)
:defer t
:init
(map! :after json-mode
:map json-mode-map
:localleader
"s" #'counsel-jq)))
"s" #'counsel-jq))