- Delete emacs-dev-config.el (650 lines of legacy lsp-mode config)
- Update emacs-dev-config-modern.el to use Company instead of Corfu
- Remove legacy config loading from init.el and init-utils.el
- Update CLAUDE.md documentation to reflect new architecture
New structure:
- init-eglot.el: LSP support (auto-enables for programming modes)
- emacs-dev-config-modern.el: Optional extras via M-x enable-dev-mode-modern
- init-completion.el: Company completion (single source of truth)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Major improvements to Emacs configuration:
1. Fixed CUA mode and C-Shift-Arrow selection issues
- Properly configured CUA mode for copy/paste (C-c, C-v, C-x)
- Fixed C-Shift-Arrow word selection that was being intercepted
- Added mode-specific CUA disabling for special modes
2. Replaced Corfu with Company mode
- Removed problematic Corfu configuration causing errors
- Installed and configured Company for stable auto-completion
- Set up proper completion triggers and navigation
3. Integrated standalone fix files into existing configuration
- Merged keybinding-fix.el into relevant config files
- Added diagnostic functions for debugging keybinding issues
- Cleaner organization with fixes in their respective modules
4. Enhanced diagnostics
- Added diagnose-cua-selection for CUA/selection issues
- Added diagnose-key-conflicts for debugging key bindings
- Emergency editing restoration functions preserved
All changes tested and verified working.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>