Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 11:45:27 -0500] rev 113
 
Added emacs server mode. Random fixes.
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
Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 10:28:03 -0500] rev 108
 
Added git stuff:
  - forge - GitHub/GitLab integration (view PRs, issues in magit)
  - magit-todos - Shows TODO/FIXME/XXX comments in magit status
  - C-x g keybinding for quick access to magit-status
  - Enabled magit-todos-mode globally
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.
Luke Hoersten <luke@hoersten.org> [Thu, 23 Feb 2017 17:23:07 -0600] rev 97
 
Removed marmalade and rainbow-mode. Added ag package. Defaulted to Inconsolata on all OSs.
Luke Hoersten <luke@hoersten.org> [Wed, 22 Feb 2017 12:13:38 -0600] rev 96
 
Updated to ssl emacs package repos.
Luke Hoersten <luke@hoersten.org> [Mon, 06 Jun 2016 11:13:01 -0500] rev 95
 
Removed old haskell init file.
Luke Hoersten <luke@hoersten.org> [Mon, 06 Jun 2016 11:11:49 -0500] rev 94
 
Moved to haskell intero.
Luke Hoersten <luke@hoersten.org> [Tue, 09 Feb 2016 17:51:50 -0600] rev 93
 
Turned on presentation mode.
Luke Hoersten <luke@hoersten.org> [Tue, 09 Feb 2016 17:35:50 -0600] rev 92
 
Enabled better type-at command.
Luke Hoersten <luke@hoersten.org> [Tue, 09 Feb 2016 17:18:18 -0600] rev 91
 
Fixed ghci-ng for haskell-mode.
Luke Hoersten <luke@hoersten.org> [Mon, 08 Feb 2016 16:18:32 -0600] rev 90
 
Moved from ghc-mod back to ghci-ng.