Add restclient package
This commit is contained in:
15
modules/init-restclient.el
Normal file
15
modules/init-restclient.el
Normal file
@@ -0,0 +1,15 @@
|
||||
;;; init-restclient.el --- .Emacs Configuration -*- lexical-binding: t -*-
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
;;----------------------------------------------------------------------------
|
||||
;; Restclient, similar to postman but in emacs
|
||||
;;----------------------------------------------------------------------------
|
||||
(use-package restclient
|
||||
:mode ("\\.http\\'" . restclient-mode))
|
||||
|
||||
(provide 'init-restclient)
|
||||
|
||||
;; End:
|
||||
;;; init-restclient.el ends here
|
||||
Reference in New Issue
Block a user