diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-03 15:43:36 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-03 15:43:36 -0600 |
| commit | 05c8126602905d805ddc2a4448436c9c4adb12fc (patch) | |
| tree | b4af82e2c00bb982c75481fb20e14358b1b10007 /tests/test-custom-ordering-unarrayify.el | |
| parent | 890c4b81db8a8b1f4365b02081064dc48411581b (diff) | |
| download | dotemacs-05c8126602905d805ddc2a4448436c9c4adb12fc.tar.gz dotemacs-05c8126602905d805ddc2a4448436c9c4adb12fc.zip | |
refactor: Replace doom-modeline with mood-line and remove deprecated tree-sitter
Method 2 improvements for cleaner, faster configuration:
1. **Replaced doom-modeline with mood-line** (modules/modeline-config.el)
- Simplified from 70+ lines to ~10 lines (-40 lines net)
- mood-line is lightweight, minimal, inspired by doom-modeline
- Better performance with no dependencies
- Keeps all essential features: buffer status, major mode, VCS,
flycheck, cursor position, multiple-cursors counters
2. **Removed deprecated tree-sitter package** (modules/prog-general.el)
- Deleted `(use-package tree-sitter)`
- Now relies solely on Emacs 29+ built-in treesit with treesit-auto
- treesit-auto continues to manage grammars automatically
- No functionality lost, cleaner dependency tree
Both changes serve Method 2: "Stop Problems Before They Appear"
- Simpler code = fewer bugs
- Fewer dependencies = less maintenance
- Native features = better integration
Updated todo.org to mark both tasks complete [2/5 in Method 2].
Diffstat (limited to 'tests/test-custom-ordering-unarrayify.el')
0 files changed, 0 insertions, 0 deletions
