diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-05-19 10:07:45 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-05-19 10:07:45 +0100 |
commit | 70e7570dfb8ee4ed6fa8d8bef51f4d44939a56aa (patch) | |
tree | 697f099c97ad72043a274a804e3adc099fbe12a1 | |
parent | ca9d8f732b1236cfd4471f2b7daa9260eae5a465 (diff) | |
download | dotfiles-70e7570dfb8ee4ed6fa8d8bef51f4d44939a56aa.tar.gz |
Add restclient-jq
-rw-r--r-- | .emacs.d/lisp/init-misc.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el index 51cfd6a..d10908c 100644 --- a/.emacs.d/lisp/init-misc.el +++ b/.emacs.d/lisp/init-misc.el @@ -17,6 +17,8 @@ (use-package restclient :mode (("\\.http\\'" . restclient-mode))) +(use-package restclient-jq) + (use-package es-mode :mode "\.es\'") |