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
|
||||
(([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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue