Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 10:54:52 -0500] rev 112
Replaced flyspell mode with jinx.
Changes:
- Added jinx package
- Replaced flyspell-mode with jinx-mode in text-mode and markdown-mode
- Added enchant detection that shows a helpful warning in Warnings buffer if enchant is not installed, with OS-specific install instructions
If enchant isn't installed when you start Emacs, you'll see a warning popup with instructions for your OS (brew for macOS, apt for Ubuntu).
Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 10:45:18 -0500] rev 111
Minor cleanups.
Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 10:40:00 -0500] rev 110
Cleaned out some last remaining custome variable and ido stuff.
Changes:
- Added custom.el to .gitignore
- Updated gc-cons-threshold comment (removed flx-ido reference)
- Changed yasnippet to use yas-completing-read instead of yas-ido-prompt (works with vertico)
- Removed commented-out old package list
Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 10:33:24 -0500] rev 109
Replace custom ibuffer code with ibuffer-project
- Remove custom ibuffer major-mode grouping functions using obsolete flet
- Add ibuffer-project package for automatic project-based buffer grouping
- Simplify configuration from ~25 lines to ~6 lines