Support jq in org-babel
This commit is contained in:
parent
e3700651ca
commit
90ff924c3b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user