aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/emacs.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index d3e4fc0233..8362ee1e79 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2644,11 +2644,11 @@ in @code{html-mode}.")
(synopsis "Superior Lisp Interaction Mode for Emacs")
(description
"SLIME extends Emacs with support for interactive programming in
-Common Lisp. The features are centered around @{slime-mode}, an Emacs
-minor mode that complements the standard @{lisp-mode}. While lisp-mode
-supports editing Lisp source files, @{slime-mode} adds support for
-interacting with a running Common Lisp process for compilation,
-debugging, documentation lookup, and so on.")
+Common Lisp. The features are centered around @command{slime-mode},
+an Emacs minor mode that complements the standard @command{lisp-mode}.
+While lisp-mode supports editing Lisp source files, @command{slime-mode}
+adds support for interacting with a running Common Lisp process
+for compilation, debugging, documentation lookup, and so on.")
(license license:gpl2+)))
(define-public emacs-popup
}: New phase. [native-inputs]: Add font-dejavu. Maxim Cournoyer 2020-11-25gnu: Add qpdfview....* gnu/packages/pdf.scm (qpdfview): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Timotej Lazar 2020-11-24gnu: mupdf: Use only dynamic linking....* gnu/packages/pdf.scm (mupdf)[source]: Add patch. [arguments]: Build and find the shared library. (zathura-pdf-mupdf)[arguments]: Add a 'remove-libmupdfthird.a-requirement phase to deal with the now-missing static one. * gnu/packages/patches/mupdf-fix-linkage.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice 2020-11-24gnu: mupdf: Build verbosely....* gnu/packages/pdf.scm (mupdf)[arguments]: Add ‘verbose’ to #:make-flags. Tobias Geerinckx-Rice 2020-11-24gnu: zathura-pdf-mupdf: Update to 0.3.6....* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.6. Tobias Geerinckx-Rice 2020-11-24gnu: mupdf: Prepare for cross-compilation....* gnu/packages/pdf.scm (mupdf)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice 2020-11-24gnu: mupdf: Update to 1.18.0....* gnu/packages/pdf.scm (mupdf): Update to 1.18.0. [inputs]: Add gumbo-parser. Tobias Geerinckx-Rice 2020-11-24gnu: mupdf: Remove more bundled software....* gnu/packages/pdf.scm (mupdf)[source]: In the snippet, list the thirdparty/ packages we want to keep instead of those to delete. Tobias Geerinckx-Rice 2020-11-24gnu: poppler-data: Update to 0.4.10....* gnu/packages/pdf.scm (poppler-data): Update to 0.4.10. Tobias Geerinckx-Rice 2020-11-17gnu: pdfpc: Update to 4.4.1....* gnu/packages/pdf.scm (pdfpc): Update to 4.4.1. Tobias Geerinckx-Rice 2020-11-11gnu: fbida: Remove unused input....* gnu/packages/pdf.scm (fbida)[inputs]: Remove IMAGEMAGICK. Marius Bakke 2020-10-23gnu: xournalpp: Update to 1.0.19....* gnu/packages/pdf.scm (xournalpp): Update to 1.0.19. Nicolas Goaziou 2020-10-20gnu: poppler: Always use the same 'cairo-sans-poppler' variant....* gnu/packages/gtk.scm (cairo-sans-poppler): New variable. * gnu/packages/pdf.scm (poppler)[inputs]: Use it instead of locally-created variant. Ludovic Courtès 2020-10-15gnu: zathura: Update to 0.4.7....* gnu/packages/pdf.scm (zathura): Update to 0.4.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder