doomemacs/modules/lang/rest/packages.el

8 lines
152 B
EmacsLisp
Raw Normal View History

2017-02-19 18:54:19 -05:00
;; -*- no-byte-compile: t; -*-
;;; lang/rest/packages.el
(package! restclient)
(when (featurep! :completion company)
(package! company-restclient))
2017-02-19 18:54:19 -05:00