mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Reorganize modules
This commit is contained in:
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
|
Reference in New Issue
Block a user