Remove restclient

This commit is contained in:
Andreas Zweili 2024-02-19 10:59:04 +01:00
parent de71d424aa
commit 81d2d8bd3a
3 changed files with 0 additions and 12 deletions

View File

@ -262,7 +262,6 @@ T - tag prefix
:non-normal-prefix "M-SPC"
"b" '(hydra-buffer/body t :which-key "Buffer")
"w" '(hydra-window-operations/body t :which-key "Windows")
"r" '(hydra-restclient/body t :which-key "Restclient")
"f" '(hydra-flycheck/body t :which-key "Flycheck")
"s" '(hydra-spellchecking/body t :which-key "Spell Checking")
"e" '(hydra-ediff/body t :which-key "Diffing")

View File

@ -8,13 +8,6 @@
(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
:bind (:map org-mode-map
("C-c C-," . org-insert-structure-template))

View File

@ -37,7 +37,3 @@
(string= web-mode-cur-language "jsx"))
(unless tide-mode (tide-mode))
(if tide-mode (tide-mode -1)))))))
(use-package company-restclient
:after (restclient company)
:config (add-to-list 'company-backends 'company-restclient))