>>70
完全に消すのではなく中身だけ消して高さを縮めると良いかも
端末では行さを変えられないのでGUI版のみだけど

(when (display-graphic-p)
(setq-default mode-line-format t)
(set-face-attribute 'mode-line nil :height 10)
(set-face-attribute 'mode-line-inactive nil :height 10))