Reorganize modules

This commit is contained in:
Henrik Lissner 2017-01-16 23:19:10 -05:00
parent 50ea98319f
commit f453b3cee1
55 changed files with 0 additions and 1535 deletions

View 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