diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index ccf52c1..ad2b623 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -474,3 +474,8 @@ (setq org-agenda-span 'day) (setq org-agenda-start-day "-0d") (setq org-agenda-start-with-clockreport-mode t) + +;;this is for rest api testing in emacs ) +(map! :leader + :nv "v r" #'verb-send-request-on-point-other-window-stay + )