diff --git a/init.el b/init.el index 8533372..f6236b0 100644 --- a/init.el +++ b/init.el @@ -107,8 +107,7 @@ ) ;; (OS-specific) Set the default working directory. -(if (or (eq system-type 'windows-nt) - (eq system-type 'ms-dos)) +(if (eq system-type 'windows-nt) (setq default-directory (getenv "USERPROFILE")) (setq default-directory "~/"))