emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/inspector 77574c358f 25/93: el-get recipe


From: ELPA Syncer
Subject: [elpa] externals/inspector 77574c358f 25/93: el-get recipe
Date: Tue, 24 May 2022 18:57:56 -0400 (EDT)

branch: externals/inspector
commit 77574c358f44570950246bd129078118d0b211b9
Author: Mariano Montone <marianomontone@gmail.com>
Commit: Mariano Montone <marianomontone@gmail.com>

    el-get recipe
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index a1bec7efe0..b33fded457 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,19 @@ Similar to inspectors available for Smalltalk and Common 
Lisp, but for Emacs Lis
 
 This is work in progress at the moment. Just download and load the file into 
Emacs for now.
 
+### Via el-get
+
+This is the [el-get](https://www.emacswiki.org/emacs/el-get "el-get") recipe:
+
+```lisp
+(push '(:name emacs-inspector
+       :type git
+       :url "git://github.com/mmontone/emacs-inspector.git"
+       :features inspector
+       :compile "inspector.el")
+      el-get-sources)
+```
+
 ## Usage
 
 ### Invocation



reply via email to

[Prev in Thread] Current Thread [Next in Thread]