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:
parent
0caca5985e
commit
b3e24a1783
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue