about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-10-18 16:07:49 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-10-18 16:07:49 +0100
commite05e5d73b6cbfff6a24d30cfc877d8501f7ea231 (patch)
treede6bc96c4c9ea1870635cbfe756ad15c56a258b0 /.emacs.d/lisp
parent524e8e432b22ea64f1a15a58da6efa0cf99c8dc8 (diff)
downloaddotfiles-e05e5d73b6cbfff6a24d30cfc877d8501f7ea231.tar.gz
Tweak restclient bindings
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-misc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index 86ec023..9d10735 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -64,8 +64,8 @@
           (kill-new curl-command)
           (message "curl command copied to clipboard.")))))
   :bind
-  ("C-c C-h" . restclient-call-saved-request)
-  (:map restclient-mode-map ("C-c h" . restclient-save-current))
+  ("C-c h" . restclient-call-saved-request)
+  (:map restclient-mode-map ("C-c M-h" . restclient-save-current))
   :mode (("\\.http\\'" . restclient-mode)))
 
 (use-package restclient-jq