Emacs color theme for unrecognized file types -
i'm happy emacs color themes .c, .py, .m files, etc. there way make unrecognized file types use color theme, i.e. default colortheme?
luckily emacs24 introduces custom themes without external color package.
m-x customize-create-theme see http://batsov.com/articles/2012/02/19/color-theming-in-emacs-reloaded/
depending on needs can define progmode live in emacs/lisp/progmode directory.
to set global color-theme there variable color-theme-is-global.
Comments
Post a Comment