doomemacs/modules/lang/rest/packages.el

8 lines
152 B
EmacsLisp
Raw Normal View History

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