plexus / chemacs

Emacs profile switcher
652 stars 45 forks source link

Problem with Windows installation #32

Open sbacelar opened 4 years ago

sbacelar commented 4 years ago

I had no problems installing chemacs on Linux and switching between different emacs distributions with the same config. But on Windows 10 I only can open emacs default (typing emacs) and when I do emacs --with-profile scimax it opens emacs but does not recognize the option --with-profiles. I have a .emacs file at $HOME. This is my .emacs-profiles.el config:

(("default" . ((user-emacs-directory . "$HOME\.emacs.d")))
 ("scimax" . ((user-emacs-directory . "$HOME\scimax")
                 (custom-file . "$HOME\scimax\init.el")))
("spacemacs" . ((user-emacs-directory . "$HOME\spacemacs")
                       (env . (("SPACEMACSDIR" . "$HOME\.spacemacs.d")))))
("spacemacs-develop" . ((user-emacs-directory . "$HOME\spacemacs\develop")
                       (env . (("SPACEMACSDIR" . "$HOME\.spacemacs.d")))))
("spacemacs-config" . ((user-emacs-directory . "$HOME\spacemacs\develop")
                       (env . (("SPACEMACSDIR" . "$HOME\my-spacemacs-config")))))
("doom" . ((user-emacs-directory . "$HOME\doom-emacs")
                      (env . (("DOOMDIR" . "$HOME\doom-config"))))))
chi-xigua commented 3 years ago

I'm not sure if you have fixed this- also I'm not going to be that helpful, as I don't use windows. But your file looks fine to me. Off the top of my head though have you tried any of the following: