Selaa lähdekoodia

fix title format

pull/1/head
10sr 10 vuotta sitten
vanhempi
commit
0fb334e55a
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. +4
    -3
      emacs.el

+ 4
- 3
emacs.el Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna