summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-09-27 13:18:40 -0700
committerFranck Cuny <fcuny@twitter.com>2019-09-27 13:18:40 -0700
commit4bb7682253dda85eb48673394a86e776b81851d4 (patch)
tree1473ab1e78578bbdc4f9cab3a4c7c5984270792d /emacs.d
parent[emacs] aurora files -> python mode (diff)
downloademacs.d-4bb7682253dda85eb48673394a86e776b81851d4.tar.gz
[emacs] new package: jq-format
this is useful to format a json buffer using jq.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/custom/fcuny-json.el3
1 files changed, 3 insertions, 0 deletions
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)