doomemacs/modules/lang/rest/config.el

10 lines
246 B
EmacsLisp
Raw Normal View History

2017-02-19 18:54:19 -05:00
;;; lang/rest/config.el
(def-package! restclient
2017-02-19 18:54:19 -05:00
:commands restclient-mode
:mode ("\\.http$" . restclient-mode))
(def-package! company-restclient
2017-02-19 18:54:19 -05:00
:after restclient
:config (set! :company-backend 'restclient-mode '(company-restclient)))