chemacs
chemacs copied to clipboard
Emacs profile switcher
I have tried: ``` (("default" . ((user-emacs-directory . "~/.emacs.d.doom"))) ("spacemacs" . ((user-emacs-directory . "~/.emacs.d.spc") (server-name . spcserver) ))) ``` ``` emacs -nw --with-profile spacemacs --daemon ``` ``` emacsclient -s spcserver...
I have found https://github.com/daedreth/ihsec as well What do you thing of it?
Although I am reporting this issue, I do not know what exactly causes it. I hope you might have some idea. I am using Spacemacs with chemacs, and my `.emacs-profiles.el`...
I get this error on a fresh install of void linux using emacs 26.3.
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)...
I get the above error when trying to load an alternate profile. Here is my `.emacs-profile.el`: ```elisp (("default" . ((user-emacs-directory . "~/.emacs.d"))) ; centaur emacs ("doom" . ((user-emacs-directory . "~/doom-emacs"))))...
The current powershell script tries to deal with this, but even though I hadn't set %HOME%, it still copied `.emacs` to `C:/Users//` instead of `c:/Users//AppData/Roaming/` To get it to work,...
when using chemacs you can't use it to open a file the usual way (autocomplete file names in bash) I only have 4 files in scripts folder. I call emacs...
In the Spacemacs instructions it would probably be helpful to mention that the Spacemacs directory needs be set as the `default` profile. Because the `default` chemacs profile is used when...
#### Windows 10 symlink instructions Open an Administrator command prompt: - Open the start menu (press the `Win` key) - Search for: `cmd` - Press: `Ctrl + Shift + Enter`...