Add restclient to org mode

This commit is contained in:
Andreas Zweili 2023-12-14 09:37:45 +01:00
parent a62e5a8916
commit 7945523440
2 changed files with 7 additions and 0 deletions

View File

@ -76,6 +76,7 @@ in
epkgs.move-text
epkgs.mu4e
epkgs.nix-mode
epkgs.ob-restclient
epkgs.olivetti
epkgs.parsebib
epkgs.pdf-tools

View File

@ -8,6 +8,12 @@
(use-package ox-pandoc
:after org)
(use-package ob-restclient
:after org
:config
(org-babel-do-load-languages
'org-babel-load-languages
'((restclient . t))))
(use-package org
:config