lang/clojure: fix lookup-def handler #1360

This commit is contained in:
Henrik Lissner 2019-04-24 21:31:48 -04:00
parent 4506fb9223
commit 237e14ae7b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 7 additions and 1 deletions

View file

@ -12,3 +12,9 @@
"TODO"
(interactive)
(cider-switch-to-repl-buffer t))
;;;###autoload
(defun +clojure-lookup-symbol (identifier)
"A lookup handler for `cider-find-dwim'.
This is necessary to fix its inability to capture the full symbol at point."
(cider-find-dwim identifier))