diff --git a/emacs/init.org b/emacs/init.org index a043ad4..527e09c 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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: