lang/clojure: fix lookup-def handler #1360
This commit is contained in:
parent
4506fb9223
commit
237e14ae7b
2 changed files with 7 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue