From 292456c021f91ea95ce910a27dd44e9f5eae2e91 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Sat, 2 Dec 2023 14:33:34 +0100 Subject: [PATCH] Add restclient and ob-restclient --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index a3a25c5..45cd046 100644 --- a/init.el +++ b/init.el @@ -873,6 +873,13 @@ :bind (([remap dired] . dirvish-dwim))) +(use-package restclient + :straight t) + +(use-package ob-restclient + :straight t + :after (org)) + (use-package elfeed :straight t :bind ("C-c f" . elfeed)