Skip to content

Commit 7ff9aab

Browse files
committed
emacs: document mmontone's new slime-doc-contribs and quicklisp-systems
1 parent 7a3c93e commit 7ff9aab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

emacs-ide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,9 @@ Other bindings which may be useful:
522522
- **C-c C-d #** for reader macros
523523
- **C-c C-d ~** for format directives
524524

525+
You can enhance the help buffer with the Slime extension [slime-doc-contribs](https://github.com/mmontone/slime-doc-contribs). It will show more information in a nice looking buffer.
526+
527+
525528
#### Inspect
526529

527530
You can call `(inspect 'symbol)` from the REPL or call it with `C-c I` from a source file.
@@ -639,6 +642,13 @@ ASDF is the de-facto build facility. It is shipped in most Common Lisp implement
639642
* [ASDF](https://common-lisp.net/project/asdf/)
640643
* [ASDF best practices](https://gitlab.common-lisp.net/asdf/asdf/blob/master/doc/best_practices.md)
641644

645+
#### Searching Quicklisp libraries
646+
647+
From the REPL, we can use `,ql` to install a package known by name already.
648+
649+
In addition, we can use the [Quicklisp-systems](https://github.com/mmontone/quicklisp-systems) Slime extension to search, browse and load Quicklisp systems from Emacs.
650+
651+
642652
### Questions/Answers
643653

644654
#### utf-8 encoding

0 commit comments

Comments
 (0)