Add restclient and ob-restclient

This commit is contained in:
Dimitri Lozeve 2023-12-02 14:33:34 +01:00
parent 1ae3ecb801
commit 292456c021

View file

@ -873,6 +873,13 @@
:bind :bind
(([remap dired] . dirvish-dwim))) (([remap dired] . dirvish-dwim)))
(use-package restclient
:straight t)
(use-package ob-restclient
:straight t
:after (org))
(use-package elfeed (use-package elfeed
:straight t :straight t
:bind ("C-c f" . elfeed) :bind ("C-c f" . elfeed)