From f068563eae2178fb23718ec1e056af9da702084c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 24 Oct 2023 06:07:08 +0200 Subject: [PATCH] Remove restclient and ob-restclient --- configuration.org | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/configuration.org b/configuration.org index 7f11bb3..69456b2 100644 --- a/configuration.org +++ b/configuration.org @@ -2368,22 +2368,6 @@ Automatically add spaces around operators. (use-package rainbow-identifiers) #+end_src -** REST Client - -#+BEGIN_SRC emacs-lisp -(use-package restclient) -#+END_SRC - -** REST Client power for Org-mode! - -#+BEGIN_SRC emacs-lisp -(use-package ob-restclient - :after org - :init - (org-babel-do-load-languages 'org-babel-load-languages - '((restclient . t)))) -#+END_SRC - ** Highlight current symbol A big help during refactoring.