mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/clojure: fix lookup-def handler #1360
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user