From 96995ed24349670a6af7d0d193619ada9cbea421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Tue, 20 Feb 2024 09:41:25 +0100 Subject: [PATCH] emacs: Add restclient --- home-config/dotfiles/emacs.d/config/features.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home-config/dotfiles/emacs.d/config/features.el b/home-config/dotfiles/emacs.d/config/features.el index 8e9fe31e..b44864d9 100644 --- a/home-config/dotfiles/emacs.d/config/features.el +++ b/home-config/dotfiles/emacs.d/config/features.el @@ -379,6 +379,12 @@ "\\([^(\r\n)]+\\):\\([0-9]+\\):\\([0-9]+\\) - [[:blank:]]*" "error [[:alnum:]]+: [^\r\n]+$") "Regexp to match errors generated by tsc.") +;; +;; REST browsing +;; +(use-package restclient) +(use-package restclient-jq + :after restclient) ;; ---------------------------------------------------------------------------------- ;; Run various commands