You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Summary
This commit addresses
clojure-emacs#57 (Add an interactive
command to display a var's metadata) by adding a command to show forms metadata: `inf-clojure-meta`.
`inf-clojure-meta` can be called interactively sends the current form to the inf clojure process and evaluates its metadata. It is useful
for testing.
This command should work with clojure (through lein repl), lumo and planck alike.
#### Test Plan
Manually tested the command using clojure, lumo and planck. I put my cursor on a
form and ran it interactively, it displayed the metadata in the inf buffer.
0 commit comments