emacs-coterm 1.6
Terminal emulation for comint
This package provides terminal emulation for comint. If the global coterm-mode
is enabled, proper terminal emulation will be supported for all newly spawned comint processes. This allows you to use more complex console programs such as less
and mpv
and full-screen TUI programs such as vi
, top
, htop
or even emacs -nw
.
- Outputs:
out
- Website: https://repo.or.cz/emacs-coterm.git
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-coterm 1.6
as follows:
guix install emacs-coterm@1.6
Or install the latest version:
guix install emacs-coterm
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.