API TESTING? IN EMACS

This commit is contained in:
2024-11-12 10:01:08 +02:00
parent bb29532d26
commit 8d8c41bcdd

View File

@@ -474,3 +474,8 @@
(setq org-agenda-span 'day) (setq org-agenda-span 'day)
(setq org-agenda-start-day "-0d") (setq org-agenda-start-day "-0d")
(setq org-agenda-start-with-clockreport-mode t) (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
)