How do I make Emacs show blank spaces?

前端 未结 3 1726
无人及你
无人及你 2021-02-01 00:21

How can I make Emacs show blank spaces (like a space, a tab, a line-jump, etc). Many other editors like Kate and Eclipse have this feature and I find it very useful to see when

3条回答
  •  轮回少年
    2021-02-01 01:09

    WhiteSpace mode is an Emacs minor mode for visualizing all white space characters in the current buffer. It can be activated with M-x whitespace-mode.

    Here is a screenshot of WhiteSpace in action taken directly from the Emacs wiki,

    Note: WhiteSpaceMode has now replaced BlankMode

提交回复
热议问题