zilongshanren / spacemacs-private

My Spacemacs config
486 stars 196 forks source link

请问 spacemacs 的 buffer 顶部的黄色 bar 作用是什么?用哪个 package 实现的?怎么去掉? #186

Closed sherrywong1220 closed 5 years ago

sherrywong1220 commented 5 years ago
image
zilongshanren commented 5 years ago

好像是显示的 which func mode, 试试搜索

(setq-default header-line-format
              '((which-func-mode ("" which-func-format " "))))

把这一行去掉。