Remove unnecessary check for MS-DOS system type
This commit is contained in:
parent
727b5ffc38
commit
5a218cde05
3
init.el
3
init.el
@ -107,8 +107,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
;; (OS-specific) Set the default working directory.
|
;; (OS-specific) Set the default working directory.
|
||||||
(if (or (eq system-type 'windows-nt)
|
(if (eq system-type 'windows-nt)
|
||||||
(eq system-type 'ms-dos))
|
|
||||||
(setq default-directory (getenv "USERPROFILE"))
|
(setq default-directory (getenv "USERPROFILE"))
|
||||||
(setq default-directory "~/"))
|
(setq default-directory "~/"))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user