Add restclient and ob-restclient
This commit is contained in:
parent
1ae3ecb801
commit
292456c021
1 changed files with 7 additions and 0 deletions
7
init.el
7
init.el
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue