(setq-default mode-line-format nil)
Run Code Online (Sandbox Code Playgroud)
完全隐藏状态行的首选方法是(setq-default mode-line-format nil)在 init.el 文件中。
(setq mode-line-format nil)
Run Code Online (Sandbox Code Playgroud)
M-:通过(setq mode-line-format nil)在提示时键入后跟来隐藏当前缓冲区的状态行。