Skip to content

Inspection tool for Emacs Lisp objects that uses a tree view.

License

Notifications You must be signed in to change notification settings

mmontone/emacs-tree-inspector

Repository files navigation

emacs-tree-inspector

Inspection tool for Emacs Lisp objects that uses a tree view.

tree-inspector.png

Works together with the Emacs Inspector when it is loaded; when an object label is clicked on the tree, an inspector is opened on that object.

Install and usage

(require 'tree-inspector) to load.

Then start the inspector with either M-x tree-inspector-inspect-expression or M-x tree-inspector-inspect-last-sexp.

About

Inspection tool for Emacs Lisp objects that uses a tree view.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published