This Emacs theme reduces eye strain with a light, high-contrast color scheme, syntax highlighting, and support for multiple modes. Enhance your coding experience! #emacs #theme #coding #orgmode
GNU General Public License v3.0
696
stars
59
forks
source link
ansi color of shell mode disappeared in emacs 28.1 #95
Hi,
I tested emacs 28.1 with the latest leuven theme and found that all ansi colors(prompt and outputs of
ls --color=always
) disappeared:After I replaced the
${installdir}/share/emacs/28.1/lisp/ansi-color.elc
with the recompiled version from 27.2, it worked normally:I guess there are some breaking changes in
ansi-color.el
of 28.1. Can you fix this problem?