mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-01-10 16:03:16 +01:00
nongnu: clhs: Use texinfo format for sample code.
* nongnu/packages/emacs.scm (clhs): Wrap Emacs lisp code in @lisp block.
This commit is contained in:
parent
9d56434053
commit
480095fcb4
1 changed files with 5 additions and 2 deletions
|
@ -64,6 +64,9 @@
|
|||
"This package bundles the full Common Lisp HyperSpec ready for offline browsing.
|
||||
An Emacs package is provided for easy access. Load it with:
|
||||
|
||||
(require 'clhs)
|
||||
(clhs-setup)")
|
||||
@lisp
|
||||
(require 'clhs)
|
||||
(clhs-setup)
|
||||
@end lisp
|
||||
")
|
||||
(license (nonfree "http://quickdocs.org/clhs/"))))
|
||||
|
|
Loading…
Reference in a new issue