Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 10:22:50 -0500] rev 107
Upgraded JS modes.
Changes:
- Removed js2-mode package
- Added treesit-auto package
- Enabled global-treesit-auto-mode
This will automatically:
- Use js-ts-mode for JavaScript files
- Install tree-sitter grammars on first use
- Apply tree-sitter modes to other languages too (JSON, TypeScript, Python, etc.)
Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 10:12:51 -0500] rev 106
Moved from zencoding for html to emmet:
Changes:
- Package list: zencoding-mode → emmet-mode
- html-mode hook: zencoding-mode → emmet-mode
Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 09:50:40 -0500] rev 105
Moved from ido and smex to vertico, orderless, consult, marginalia for auto complete.
Packages updated:
- Removed: flx-ido, smex
- Added: vertico, orderless, consult, marginalia
Configuration changes:
- vertico-mode replaces ido-mode for completion UI
- orderless provides fuzzy matching (replaces flx-ido)
- marginalia-mode adds helpful annotations
- consult-buffer replaces default buffer switching (better than ido)
- consult-ripgrep replaces plain rg command (adds preview)
- consult-yank-pop on M-y (enhanced kill-ring browsing)
Your keybindings:
- M-x now uses vertico (no special binding needed)
- C-x b → consult-buffer (enhanced)
- C-c g → consult-ripgrep (with live preview)
- M-y → consult-yank-pop (browse kill ring)
Please enter the commit message for your changes. Lines starting
Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 09:45:55 -0500] rev 104
Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org> [Sun, 16 Feb 2020 14:02:12 -0600] rev 103
Replaced ag with rg.
Luke Hoersten <luke@hoersten.org> [Thu, 16 Aug 2018 20:20:43 -0500] rev 102
merge
Luke Hoersten <luke@hoersten.org> [Thu, 16 Aug 2018 20:19:16 -0500] rev 101
merge
Luke Hoersten <luke@hoersten.org> [Thu, 26 Jul 2018 11:18:15 -0500] rev 100
Fixed pager in eshell.
Luke Hoersten <luke@hoersten.org> [Wed, 20 Sep 2017 14:12:46 -0500] rev 99
Added haskell compile command.
Luke Hoersten <luke@hoersten.org> [Thu, 23 Feb 2017 17:29:02 -0600] rev 98
Replaced rgrep with ag.