mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
8 lines
152 B
EmacsLisp
8 lines
152 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/rest/packages.el
|
|
|
|
(package! restclient)
|
|
(when (featurep! :completion company)
|
|
(package! company-restclient))
|
|
|