Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 723 Bytes

restclient-el.org

File metadata and controls

31 lines (25 loc) · 723 Bytes

RestClient for Emails

Prologue

Herein is probably the final nail of Postman’s coffin. For me at least.

Configure

(use-package restclient)
(use-package company-restclient
    :ensure t
    :config
    )
(add-to-list 'company-backends 'company-restclient)
(use-package ob-restclient)