Reorganize modules
This commit is contained in:
parent
50ea98319f
commit
f453b3cee1
55 changed files with 0 additions and 1535 deletions
12
modules/lib/rest/autoload.el
Normal file
12
modules/lib/rest/autoload.el
Normal file
|
@ -0,0 +1,12 @@
|
|||
;;; module-rest.el
|
||||
|
||||
(use-package restclient
|
||||
:commands restclient-mode
|
||||
:mode ("\\.http$" . restclient-mode)
|
||||
:config (def-popup! "*HTTP Response*" :size 25))
|
||||
|
||||
(use-package company-restclient
|
||||
:after restclient)
|
||||
|
||||
(provide 'module-rest)
|
||||
;;; module-rest.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue