mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
7 lines
187 B
EmacsLisp
7 lines
187 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/rest/packages.el
|
|
|
|
(package! restclient :pin "e8ca809ace")
|
|
(when (featurep! :completion company)
|
|
(package! company-restclient :pin "e5a3ec54ed"))
|