doomemacs/modules/lang/rest/packages.el

7 lines
187 B
EmacsLisp
Raw Normal View History

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