Use :when instead of (when ...)

This commit is contained in:
Edmund Miller 2020-06-01 16:13:30 -05:00
parent cf9e2e6463
commit 71c2932786
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -15,11 +15,11 @@
(when (featurep! :completion ivy)
(use-package! counsel-jq
(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))