Emacs24中打开which-function-mode即可。

在.emacs中添加一行:

(which-function-mode 1)

调整which-function在mode-line中的显示格式:

M-x list-faces-display 找到which-function,然后点击后面的样式,点击进去后调整,保存即可。

相关文章:

  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-01-01
  • 2022-01-07
  • 2021-10-19
  • 2021-07-17
猜你喜欢
  • 2021-06-02
  • 2021-12-05
  • 2021-10-06
  • 2021-11-17
  • 2022-01-08
  • 2022-12-23
相关资源
相似解决方案