mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-20 13:00:51 -07:00
(command-line): On windows NT, look for .emacs or _emacs.
This commit is contained in:
parent
36457345c7
commit
521736d11c
1 changed files with 3 additions and 1 deletions
|
|
@ -566,7 +566,9 @@ from being initialized.")
|
|||
((eq system-type 'ms-dos)
|
||||
(concat "~" init-file-user "/_emacs"))
|
||||
((eq system-type 'windows-nt)
|
||||
"~/_emacs")
|
||||
(if (file-exists-p "~/.emacs")
|
||||
"~/.emacs"
|
||||
"~/_emacs"))
|
||||
((eq system-type 'vax-vms)
|
||||
"sys$login:.emacs")
|
||||
(t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue