diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-json.el | 3 |
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) |