chore: version 2.0.1
Fix:
- Make sure `mg` are applied as prefixes everywhere.
chore: version 2.0
* Version 2.0
* Added
- New email setup using `notmuch` as the email client
- New `email.org` file with comprehensive email setup overview
- New `vterm-repl.el` and `vterm-repl-aider.el` for REPL functionality
- New `minuet.el` for AI-powered code completion
- New snippets for Python and SQL modes
- Added `dape` package for debugging support
* Changed
- Restructured configuration files:
- Moved from `my-init-*.el` to `config-*.el` naming convention
- Moved utility functions to `lib-*.el` files
* Removed
- Removed `mu4e` email client configuration
- Removed `copilot.el` integration
chore: version 1.0.
Feature:
- Created several REPL schemas using vterm as backend.
- Implemented thread folding for `mu4e`.
chore(straight): update lockfile.
config(aichat): don't wrap the config by `use-package.
doc(README): update welcome screen showcase.
config(company): update nerd icons.
config(citre): dont't use `M-]` and `M-]` in keybindings.
See commit d76ce35 for the same rationale.
feat(evil): Improve folding support for `evil`.
The `evil-vimish-mode` function will take precedence over
`hs-minor-mode` from `hideshow` as the primary interface for
`evil-fold-list`. Since `hideshow` is an excellent built-in package
with good default folding options for many modes, this commit has
disabled `evil-vimish-mode` by default and instead prioritizes the
folding method from `hs-minor-mode`.
chore(straight): update lockfile.