Remove restclient and ob-restclient
This commit is contained in:
parent
86cc519270
commit
f068563eae
@ -2368,22 +2368,6 @@ Automatically add spaces around operators.
|
|||||||
(use-package rainbow-identifiers)
|
(use-package rainbow-identifiers)
|
||||||
#+end_src
|
#+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
|
** Highlight current symbol
|
||||||
|
|
||||||
A big help during refactoring.
|
A big help during refactoring.
|
||||||
|
Loading…
Reference in New Issue
Block a user