Skip to content

Instantly share code, notes, and snippets.

@djwhitt
Created November 9, 2016 18:08
Show Gist options
  • Save djwhitt/29ec6d545ecd8cc6821ae44886e952cf to your computer and use it in GitHub Desktop.
Save djwhitt/29ec6d545ecd8cc6821ae44886e952cf to your computer and use it in GitHub Desktop.
(defun djw/clojure-find-tag ()
(let ((symbol (cider-symbol-at-point)))
(when symbol
(replace-regexp-in-string "[^/]+/" "" symbol))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment