Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
来自性能有点慢的 Spacemacs 之后,我正在从头开始重建我的配置 atm 并专注于性能,并且想知道,如何在不安装其他软件包的情况下从模式行中隐藏所有主要和次要模式?
对于上下文,我可以通过文件名后缀或缓冲区名称来判断我处于哪种主要模式,并且不需要太多提醒哪些次要模式是可用的,因为它会在日常使用 emacs 时内置到肌肉记忆中。
(setq-default mode-line-format (delq 'mode-line-modes mode-line-format))