- Add support for early-init.el
- Change installation from
~/.emacs
to~/.emacs.d
- Allow .emacs-profiles and .emacs-profile to be stored in $XDG_CONFIG_HOME/chemacs
- Allow loading a literal profile from the cli (e.g.
emacs --with-profile '((user-emacs-directory . "/path/to/config"))'
works)
- Only load
custom-file
when it is different frominit-file
(prevent double loading ofinit-file
) - Fixes to the install script for OS X
- Documentation fixes
- Introduce
chemacs-version
variable - start keeping a CHANGELOG
- NixOS support in installation script
- Add Powershell installation script
- First class support for straight.el
- Documentation fixes
- Support GNU style
--with-profile=profilename
(so with equal sign)
- Allow selection of default profile using
~/.emacs-profile
- Add installer script
- Improve documentation
- Improve support for older Emacsen
- Document how to use with Doom
- Initial release