Skip to content

Instantly share code, notes, and snippets.

@gtrak
Created January 31, 2014 03:41
Show Gist options
  • Save gtrak/8726281 to your computer and use it in GitHub Desktop.
Save gtrak/8726281 to your computer and use it in GitHub Desktop.
(defun cider-help-jump (val)
(let* ((val (car (read-from-string value)))
(file (cadr (assoc "file" val)))
(line (cadr (assoc "line" val))))
(cider-jump-to-def-for
(vector file file line))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment