Support jq in org-babel

This commit is contained in:
Jeremy Dormitzer 2019-08-13 09:50:47 -04:00
parent e3700651ca
commit 90ff924c3b

View File

@ -742,6 +742,11 @@ Parinfer infers parens from indentation and vice-versa:
(lisp-mode . parinfer-mode)))
#+END_SRC
* jq
The JSON multitool.
#+BEGIN_SRC emacs-lisp
(use-package jq-mode)
#+END_SRC
* Org Mode
Notes, agenda, calendar, blogging, journaling, etc.
@ -939,7 +944,8 @@ Literate programming!
(dot . t)
(ditaa . t)
(ledger . t)
(sql . t)))))
(sql . t)
(jq . t)))))
#+END_SRC
Get rid of the confirmation prompt: