Skip to content

Instantly share code, notes, and snippets.

@julienXX
Created June 13, 2013 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julienXX/5772701 to your computer and use it in GitHub Desktop.
Save julienXX/5772701 to your computer and use it in GitHub Desktop.
(defun restclient-http-send-current-and-stay-in-current-buffer ()
"Standard RESTClient C-c C-c but stays in current buffer"
(interactive)
(restclient-http-send-current)
(other-window -1)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment