This package browser is in early development. Mind the rough edges.

emacs-literate-calc-mode

Literate programming for Emacs Calc

This library provides literate programming for Calc. There is both a major and a minor mode. The major mode does some basic syntax highlighting, while the minor mode only evaluates all Calc statements while typing. In particular, the minor mode works quite well with Org or Markdown modes, or other markup language major modes.

Installation

Install the latest version of emacs-literate-calc-mode as follows:

guix install emacs-literate-calc-mode

Or install a particular version:

guix install emacs-literate-calc-mode@0.1-2.ba7d221

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of emacs-literate-calc-mode about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-literate-calc-mode'><img src='https://packages.guix.gnu.org/packages/emacs-literate-calc-mode/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-literate-calc-mode/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-literate-calc-mode)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-literate-calc-mode][https://packages.guix.gnu.org/packages/emacs-literate-calc-mode/badges/latest-version.svg]]