spacemacs 如何在顶部标题栏显示文件路径


问题描述

如何在标题栏显示文件路径?

解决方法

使用网络上的方法,添加相关代码到配置项即可.

SPACE + f e + d 打开配置,添加如下代码

;; Disable loading of “default.el” at startup,
;; in Fedora all it does is fix window title which I rather configure differently
(setq inhibit-default-init t)

;; SHOW FILE PATH IN FRAME TITLE
(setq-default frame-title-format "%b (%f)")

spacemacs


参考文档


Author: Itaken
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint polocy. If reproduced, please indicate source Itaken !
  TOC目录