2020-04-23 17:38:45 -04:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/json/packages.el
|
|
|
|
|
|
|
|
(package! json-mode :pin "0e819e519a")
|
|
|
|
(package! json-snatcher :pin "c4cecc0a50")
|
2020-05-28 10:19:16 -05:00
|
|
|
(when (featurep! :completion ivy)
|
|
|
|
(package! counsel-jq :pin "b14dfc5c18"))
|