From 4bb7682253dda85eb48673394a86e776b81851d4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 27 Sep 2019 13:18:40 -0700 Subject: [emacs] new package: jq-format this is useful to format a json buffer using jq. --- emacs.d/custom/fcuny-json.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-json.el b/emacs.d/custom/fcuny-json.el index 14ea06c..8ca09dd 100644 --- a/emacs.d/custom/fcuny-json.el +++ b/emacs.d/custom/fcuny-json.el @@ -11,4 +11,7 @@ (if (fcuny/check-work-machine-p) (add-to-list 'auto-mode-alist '("\\.workflow$" . js-mode)))) +(use-package jq-format + :ensure t) + (provide 'fcuny-json) -- cgit 1.4.1