问题描述
如何在标题栏显示文件路径?
解决方法
使用网络上的方法,添加相关代码到配置项即可.
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)")