doomemacs/modules/lang/json/packages.el
Edmund Miller 40e68f2a10
Fix: enable counsel-jq when using ivy
Co-authored-by: gagbo <Gerry Agbobada>
2020-05-28 10:19:16 -05:00

7 lines
217 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/json/packages.el
(package! json-mode :pin "0e819e519a")
(package! json-snatcher :pin "c4cecc0a50")
(when (featurep! :completion ivy)
(package! counsel-jq :pin "b14dfc5c18"))