mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(command-line): On windows NT, look for .emacs or _emacs.
This commit is contained in:
parent
36457345c7
commit
521736d11c
@ -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…
Reference in New Issue
Block a user