From e1454699ea0b7e3066b87d78724d6758f2e488a9 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 6 Apr 2022 18:55:42 +0200 Subject: [PATCH] [Emacs] Some more documentation --- org/config/emacs.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 8eb954f..f128aeb 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -4470,6 +4470,8 @@ exporter I use afterwards. Its installation is pretty simple: :straight (:build t)) #+end_src +A nice thing to have when working with REST APIs is to have a REST +client. Even better if it can work inside org-mode! #+begin_src emacs-lisp (use-package ob-restclient :straight (:build t)