chemacs2 icon indicating copy to clipboard operation
chemacs2 copied to clipboard

Emacs version switcher, improved

Results 16 chemacs2 issues
Sort by recently updated
recently updated
newest added

I was trying to use Chemacs 2 for having different Spacemacs configurations, so I cloned this repo and created an `.emacs-profiles.el` that looks like this: ``` (("default" . ((user-emacs-directory ....

Am running doom and spacemacs configs using emacs 28.1 with native compilation. Running either of these by symlinking .emacs.d to the relevant config directory is successful. However, replacing .emacs.d with...

Hello, I believe this error comes from flycheck expecting the first (unquoted) element in the sexp to be a function. `(default (user-emacs-directory . ~/.emacs.default))' is a malformed function GNU Emacs...

Hi there, I have Kubuntu Linux 22.04 (Jammy Jellyfish) as operating system for my desktop. Its default stock (.deb) Emacs is version 27.1 and I have it working seamlessly (via...

`I` want to use straight.el as the package manager for my "default" profile and with that intention in .emacs-profiles.el I pass straight-p as shown below. ``` ;; .emacs-profiles.el (("doom" ....

As there is usually just one `emacs` executable on the path and different profiles may need different versions of Emacs, I suggest that Chemacs profiles have Emacs executables associated with...

msg: ``` No such file or directory, core-modules To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the...

I apologize in advance if this is in rtfm territory, but it appears that if I load a non default profile via chemacs, like for example `emacs --with-profile not-defualt-profile` and...

Apologies for not having enough time to make a proper report. I've used Chemacs in the past successfully and wanted to try rolling up a new config today after spending...

Hi, I am trying to run a daemon/client(s) setup. When I use `chemacs2`, I get the following error: ``` Error loading autoloads: (invalid-read-syntax ) ``` I have confirmed that it...