[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/tree-inspector 5e3b3e5e9f 3/5: Update README.md
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/tree-inspector 5e3b3e5e9f 3/5: Update README.md |
|
Date: |
Sat, 6 May 2023 08:58:52 -0400 (EDT) |
branch: externals/tree-inspector
commit 5e3b3e5e9f49653a5ad748dade7bb7ec09fd627d
Author: Mariano Montone <marianomontone@gmail.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/README.md b/README.md
index 2d6caa1ccf..bbb8c62277 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
# emacs-tree-inspector
Inspection tool for Emacs Lisp objects that uses a tree view.
+
+An inspector tool for Emacs Lisp objects that uses a tree view.
+
+
+
+Works together with the "normal" 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`.