Emacs, How to change some colors in M-x shell?

前端 未结 3 1725
生来不讨喜
生来不讨喜 2020-12-29 14:00

I use Emacs 24 and want to change a color of dirs and files while I\'m in shell-mode (ls command). Ideally - depending on rights of the file.

How can i

3条回答
  •  北海茫月
    2020-12-29 14:10

    M-x customize-variable RET ansi-color-names-vector RET

    Existing text will not have been affected, but newly printed text (even in the same shell buffer) will show the new colors.

提交回复
热议问题