mmontone / emacs-tree-inspector

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 98.4%Language:Shell 1.6%