hdfssk/emacs-eterm-256color
Project ID: 92344
Description
This package uses xterm-color to add customizable 256 color support to term and ansi-term for emacs.
USAGE
Add eterm-256color-mode to term-mode-hook:
(add-hook 'term-mode-hook #'eterm-256color-mode)
Enjoy more colors.
NOTES
- This package requires eterm-color. If it doesn’t exist on your system, you will be offered the option of fetching and compiling it from emacs-mirror.
- You may have to restart ansi-term the very first time you start it after installing this package and adding the hook above - it should “just work” any time after that.
- Make sure TERM really gets set to eterm-256color. It may be overridden if you export TERM in any of your shell init files.
CUSTOMIZATION
You can use the variable eterm-256color-disable-bold
to disable bold colors. When specified as bold, colors 0 - 7 will be rendered with their “bright” counterpart instead.
Installation Instructions
To install the package:
sudo dnf -y copr enable hdfssk/emacs-eterm-256color
sudo dnf -y install emacs-eterm-256color
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 39 | x86_64 (9)* | Fedora 39 (0 downloads) |
Fedora 40 | x86_64 (6)* | Fedora 40 (22 downloads) |
Fedora 41 | x86_64 (2)* | Fedora 41 (13 downloads) |
Fedora rawhide | x86_64 (8)* | Fedora rawhide (63 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable hdfssk/emacs-eterm-256color
More info about enabling Copr repositories