Skip to content

Instantly share code, notes, and snippets.

@DinoChiesa
Created March 8, 2016 20:00
Show Gist options
  • Save DinoChiesa/dcb9937f319b1ea6223c to your computer and use it in GitHub Desktop.
Save DinoChiesa/dcb9937f319b1ea6223c to your computer and use it in GitHub Desktop.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; restclient - invoke REST API calls from within Emacs
(require 'restclient)
(eval-after-load "restclient"
(if (not (fboundp 'json-pretty-print-buffer))
(defun json-pretty-print-buffer ()
(json-prettify-buffer))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment