浏览代码

fix title format

pull/1/head
10sr 10 年前
父节点
当前提交
0fb334e55a
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. +4
    -3
      emacs.el

+ 4
- 3
emacs.el 查看文件

@@ -315,10 +315,11 @@ found, otherwise returns nil."
"screen")
(setq terminal-title-format
(if (getenv "SSH_CONNECTION")
'("em:"
user-login-name
`("em:"
,user-login-name
"@"
system-name
,(car (split-string system-name
"\\."))
":"
(file-name-nondirectory (directory-file-name
default-directory)))


正在加载...
取消
保存