标题栏自定义,文件名显示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了标题栏自定义,文件名显示相关的知识,希望对你有一定的参考价值。

By default, Emacs displays on the titlebar (I mean GUI Emacs) [email protected] There is a way to modify this, using (setq frame-title-format "my title").

How to display [email protected]: ~/dir/file (or buffer name in case of e.i. *scratch*)? Add it to your .emacs:
  1. (add-hook 'window-configuration-change-hook
  2. (lambda ()
  3. (setq frame-title-format
  4. (concat
  5. invocation-name "@" system-name ": "
  6. (replace-regexp-in-string
  7. (concat "/home/" user-login-name) "~"
  8. (or buffer-file-name "%b"))))))

以上是关于标题栏自定义,文件名显示的主要内容,如果未能解决你的问题,请参考以下文章

状态栏自定义文本颜色

uniapp顶部状态栏自定义设置

如何减少iOS导航栏自定义视图的左右间隙

iOS 11导航栏自定义后退按钮问题

iPad导航栏自定义高度

ActionBarSherlock - 带有分隔线的操作栏自定义背景