Parcourir la source

Use function system-name

pull/15/head
10sr il y a 7 ans
Parent
révision
9dffccdae1
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      emacs.el

+ 3
- 3
emacs.el Voir le fichier

@@ -425,7 +425,7 @@ found, otherwise returns nil."
`("em:"
,user-login-name
"@"
,(car (split-string system-name
,(car (split-string (system-name)
"\\."))
":"
default-directory))
@@ -526,7 +526,7 @@ found, otherwise returns nil."
(set-variable 'minibuffer-line-format
`(,(concat user-login-name
"@"
(car (split-string system-name
(car (split-string (system-name)
"\\."))
":")
(:eval (abbreviate-file-name (or buffer-file-name
@@ -544,7 +544,7 @@ found, otherwise returns nil."
`(,(concat ""
user-login-name
"@"
(car (split-string system-name
(car (split-string (system-name)
"\\."))
":")
(:eval (abbreviate-file-name (or buffer-file-name


Chargement…
Annuler
Enregistrer