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

emacs-with-editor

Emacs library for using Emacsclient as EDITOR

This package provides an Emacs library to use the Emacsclient as $EDITOR of child processes, making sure they know how to call home. For remote processes a substitute is provided, which communicates with Emacs on stdout instead of using a socket as the Emacsclient does.

Installation

Install the latest version of emacs-with-editor as follows:

guix install emacs-with-editor

Or install a particular version:

guix install emacs-with-editor@3.4.3

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-with-editor about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-with-editor][https://packages.guix.gnu.org/packages/emacs-with-editor/badges/latest-version.svg]]