瀏覽代碼

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)))


Loading…
取消
儲存