Remove restclient and ob-restclient

This commit is contained in:
Gergely Polonkai 2023-10-24 06:07:08 +02:00
parent 86cc519270
commit f068563eae
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 16 deletions

View File

@ -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.