Support Emacs restclient

An excellent HTTP and REST client built into Emacs! Consider reaching for this
instead of reaching for `httpie`, `curl`.
This commit is contained in:
William Carroll 2020-01-22 21:12:08 +00:00
parent 0caca5985e
commit b3e24a1783

View file

@ -50,6 +50,10 @@
;; Emacs library that interfaces with my Linux password manager.
(use-package password-store)
;; Use en Emacs buffer as a REST client.
;; For more information: http://emacsrocks.com/e15.html
(use-package restclient)
;; Run `package-lint' before publishing to MELPA.
(use-package package-lint)