Add restclient

This commit is contained in:
Gregorio Reyes 2023-11-11 10:53:26 -06:00
parent f7f0d6b945
commit ee62be97f4
1 changed files with 5 additions and 0 deletions

View File

@ -249,6 +249,11 @@
:custom
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
;;Install restclient to communicate with API
;; Use restclient-mode in a text file to communicate with APIs
(use-package restclient
:ensure t
:mode (("\\.http\\'" . restclient-mode)))
;;Install org
(defun kempii/org-mode-setup ()
(org-indent-mode)