Thu, 02 Oct 2025 10:40:00 -0500 Cleaned out some last remaining custome variable and ido stuff.
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
Thu, 02 Oct 2025 10:33:24 -0500 Replace custom ibuffer code with ibuffer-project
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
Thu, 02 Oct 2025 10:28:03 -0500 Added git stuff:
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
Thu, 02 Oct 2025 10:22:50 -0500 Upgraded JS modes.
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.)
Thu, 02 Oct 2025 10:12:51 -0500 Moved from zencoding for html to emmet:
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
Thu, 02 Oct 2025 09:50:40 -0500 Moved from ido and smex to vertico, orderless, consult, marginalia for auto complete.
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
Thu, 02 Oct 2025 09:45:55 -0500 Fixed some code rot issues.
Luke Hoersten <luke@hoersten.org> [Thu, 02 Oct 2025 09:45:55 -0500] rev 104
Fixed some code rot issues.
Sun, 16 Feb 2020 14:02:12 -0600 Replaced ag with rg.
Luke Hoersten <luke@hoersten.org> [Sun, 16 Feb 2020 14:02:12 -0600] rev 103
Replaced ag with rg.
Thu, 16 Aug 2018 20:20:43 -0500 merge
Luke Hoersten <luke@hoersten.org> [Thu, 16 Aug 2018 20:20:43 -0500] rev 102
merge
Thu, 16 Aug 2018 20:19:16 -0500 merge
Luke Hoersten <luke@hoersten.org> [Thu, 16 Aug 2018 20:19:16 -0500] rev 101
merge
Thu, 26 Jul 2018 11:18:15 -0500 Fixed pager in eshell.
Luke Hoersten <luke@hoersten.org> [Thu, 26 Jul 2018 11:18:15 -0500] rev 100
Fixed pager in eshell.
Wed, 20 Sep 2017 14:12:46 -0500 Added haskell compile command.
Luke Hoersten <luke@hoersten.org> [Wed, 20 Sep 2017 14:12:46 -0500] rev 99
Added haskell compile command.
Thu, 23 Feb 2017 17:29:02 -0600 Replaced rgrep with ag.
Luke Hoersten <luke@hoersten.org> [Thu, 23 Feb 2017 17:29:02 -0600] rev 98
Replaced rgrep with ag.
Thu, 23 Feb 2017 17:23:07 -0600 Removed marmalade and rainbow-mode. Added ag package. Defaulted to Inconsolata on all OSs.
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.
Wed, 22 Feb 2017 12:13:38 -0600 Updated to ssl emacs package repos.
Luke Hoersten <luke@hoersten.org> [Wed, 22 Feb 2017 12:13:38 -0600] rev 96
Updated to ssl emacs package repos.
Mon, 06 Jun 2016 11:13:01 -0500 Removed old haskell init file.
Luke Hoersten <luke@hoersten.org> [Mon, 06 Jun 2016 11:13:01 -0500] rev 95
Removed old haskell init file.
Mon, 06 Jun 2016 11:11:49 -0500 Moved to haskell intero.
Luke Hoersten <luke@hoersten.org> [Mon, 06 Jun 2016 11:11:49 -0500] rev 94
Moved to haskell intero.
Tue, 09 Feb 2016 17:51:50 -0600 Turned on presentation mode.
Luke Hoersten <luke@hoersten.org> [Tue, 09 Feb 2016 17:51:50 -0600] rev 93
Turned on presentation mode.
Tue, 09 Feb 2016 17:35:50 -0600 Enabled better type-at command.
Luke Hoersten <luke@hoersten.org> [Tue, 09 Feb 2016 17:35:50 -0600] rev 92
Enabled better type-at command.
Tue, 09 Feb 2016 17:18:18 -0600 Fixed ghci-ng for haskell-mode.
Luke Hoersten <luke@hoersten.org> [Tue, 09 Feb 2016 17:18:18 -0600] rev 91
Fixed ghci-ng for haskell-mode.
Mon, 08 Feb 2016 16:18:32 -0600 Moved from ghc-mod back to ghci-ng.
Luke Hoersten <luke@hoersten.org> [Mon, 08 Feb 2016 16:18:32 -0600] rev 90
Moved from ghc-mod back to ghci-ng.
Thu, 21 Jan 2016 13:54:22 -0600 Fixed package-require error. Moved to ghc-mod for haskell.
Luke Hoersten <luke@hoersten.org> [Thu, 21 Jan 2016 13:54:22 -0600] rev 89
Fixed package-require error. Moved to ghc-mod for haskell.
Tue, 29 Dec 2015 17:55:49 -0600 merge
Luke Hoersten <luke@hoersten.org> [Tue, 29 Dec 2015 17:55:49 -0600] rev 88
merge
Tue, 29 Dec 2015 17:54:49 -0600 Created dynamic major mode grouping for ibuffer.
Luke Hoersten <luke@hoersten.org> [Tue, 29 Dec 2015 17:54:49 -0600] rev 87
Created dynamic major mode grouping for ibuffer.
Wed, 11 Nov 2015 10:13:23 -0600 Ediff better defaults.
Luke Hoersten <luke@hoersten.org> [Wed, 11 Nov 2015 10:13:23 -0600] rev 86
Ediff better defaults.
Thu, 01 Oct 2015 12:08:34 -0500 Reorganized global modes a bit. Fixed multi-frame font changes.
Luke Hoersten <luke@hoersten.org> [Thu, 01 Oct 2015 12:08:34 -0500] rev 85
Reorganized global modes a bit. Fixed multi-frame font changes.
Thu, 24 Sep 2015 11:04:22 -0500 Gave up on SHM.
Luke Hoersten <luke@hoersten.org> [Thu, 24 Sep 2015 11:04:22 -0500] rev 84
Gave up on SHM.
Mon, 21 Sep 2015 13:35:54 -0500 Disabled default haskell flycheckers and removed stack code.
Luke Hoersten <luke@hoersten.org> [Mon, 21 Sep 2015 13:35:54 -0500] rev 83
Disabled default haskell flycheckers and removed stack code.
Fri, 18 Sep 2015 17:39:07 -0500 Added paredit, flx-ido and projectile.
Luke Hoersten <luke@hoersten.org> [Fri, 18 Sep 2015 17:39:07 -0500] rev 82
Added paredit, flx-ido and projectile.
Wed, 16 Sep 2015 19:27:21 -0500 Simplified haskell-init.el.
Luke Hoersten <luke@hoersten.org> [Wed, 16 Sep 2015 19:27:21 -0500] rev 81
Simplified haskell-init.el.
Wed, 16 Sep 2015 16:53:07 -0500 Trying stack-ide-mode.
Luke Hoersten <luke@hoersten.org> [Wed, 16 Sep 2015 16:53:07 -0500] rev 80
Trying stack-ide-mode.
Tue, 15 Sep 2015 14:40:04 -0500 Removed helm config.
Luke Hoersten <luke@hoersten.org> [Tue, 15 Sep 2015 14:40:04 -0500] rev 79
Removed helm config.
Tue, 15 Sep 2015 14:34:59 -0500 Started using shm and paredit.
Luke Hoersten <Luke@Hoersten.org> [Tue, 15 Sep 2015 14:34:59 -0500] rev 78
Started using shm and paredit.
Tue, 15 Sep 2015 09:47:48 -0500 Added ansible init.
Luke Hoersten <Luke@Hoersten.org> [Tue, 15 Sep 2015 09:47:48 -0500] rev 77
Added ansible init.
Tue, 23 Jun 2015 18:41:04 -0500 Added ido-at-point completion.
Luke Hoersten <Luke@Hoersten.org> [Tue, 23 Jun 2015 18:41:04 -0500] rev 76
Added ido-at-point completion.
Tue, 23 Jun 2015 17:38:18 -0500 Cleaned up comments.
Luke Hoersten <Luke@Hoersten.org> [Tue, 23 Jun 2015 17:38:18 -0500] rev 75
Cleaned up comments.
Tue, 23 Jun 2015 17:34:37 -0500 Added an unused heml-init.el
Luke Hoersten <Luke@Hoersten.org> [Tue, 23 Jun 2015 17:34:37 -0500] rev 74
Added an unused heml-init.el
Mon, 11 May 2015 09:45:31 -0500 Lots of random changes. Stopped using Chris Done's haskell-flycheck.
Luke Hoersten <Luke@Hoersten.org> [Mon, 11 May 2015 09:45:31 -0500] rev 73
Lots of random changes. Stopped using Chris Done's haskell-flycheck.
Sat, 04 Apr 2015 20:20:01 -0500 Tons of updates.
Luke Hoersten <Luke@Hoersten.org> [Sat, 04 Apr 2015 20:20:01 -0500] rev 72
Tons of updates.
Wed, 04 Feb 2015 11:05:42 -0600 Big updates to haskell-mode stuff.
Luke Hoersten <Luke@Hoersten.org> [Wed, 04 Feb 2015 11:05:42 -0600] rev 71
Big updates to haskell-mode stuff.
Wed, 19 Nov 2014 18:45:01 -0600 Moved lisp files to their own dir.
Luke Hoersten <Luke@Hoersten.org> [Wed, 19 Nov 2014 18:45:01 -0600] rev 70
Moved lisp files to their own dir.
Wed, 19 Nov 2014 18:38:48 -0600 Messing with new haskell mode.
Luke Hoersten <Luke@Hoersten.org> [Wed, 19 Nov 2014 18:38:48 -0600] rev 69
Messing with new haskell mode.
Sat, 10 May 2014 14:59:53 -0500 Disabled flymake in favor of ghc-mod.
Luke Hoersten <Luke@Hoersten.org> [Sat, 10 May 2014 14:59:53 -0500] rev 68
Disabled flymake in favor of ghc-mod.
Thu, 30 Jan 2014 15:15:11 -0600 Added markdown mode.
Luke Hoersten <Luke@Hoersten.org> [Thu, 30 Jan 2014 15:15:11 -0600] rev 67
Added markdown mode.
Thu, 31 Oct 2013 00:28:51 -0500 Removed bell and added menu bar on OS X.
Luke Hoersten <Luke@Hoersten.org> [Thu, 31 Oct 2013 00:28:51 -0500] rev 66
Removed bell and added menu bar on OS X.
Wed, 30 Oct 2013 21:21:09 -0500 Updates to moveline.
Luke Hoersten <Luke@Hoersten.org> [Wed, 30 Oct 2013 21:21:09 -0500] rev 65
Updates to moveline.
Wed, 10 Jul 2013 14:05:39 -0500 Updated packages
Luke Hoersten <Luke@Hoersten.org> [Wed, 10 Jul 2013 14:05:39 -0500] rev 64
Updated packages
Wed, 10 Jul 2013 13:58:29 -0500 Fixed mode hooks to all be functions.
Luke Hoersten <Luke@Hoersten.org> [Wed, 10 Jul 2013 13:58:29 -0500] rev 63
Fixed mode hooks to all be functions.
Fri, 05 Jul 2013 13:47:47 -0500 Still need to tell eshell it's an emacs term to get bash color.
Luke Hoersten <Luke@Hoersten.org> [Fri, 05 Jul 2013 13:47:47 -0500] rev 62
Still need to tell eshell it's an emacs term to get bash color.
Thu, 04 Jul 2013 13:46:29 -0500 Fixed up some more haskell issues.
Luke Hoersten <Luke@Hoersten.org> [Thu, 04 Jul 2013 13:46:29 -0500] rev 61
Fixed up some more haskell issues.
Sun, 30 Jun 2013 21:18:21 -0500 Fixed a bug with the haskell-mode-hook
Luke Hoersten <Luke@Hoersten.org> [Sun, 30 Jun 2013 21:18:21 -0500] rev 60
Fixed a bug with the haskell-mode-hook
Thu, 27 Jun 2013 11:52:53 -0500 Removed more unused init code.
Luke Hoersten <Luke@Hoersten.org> [Thu, 27 Jun 2013 11:52:53 -0500] rev 59
Removed more unused init code.
Wed, 26 Jun 2013 15:14:28 -0500 Stabalized new packages and modes.
Luke Hoersten <Luke@Hoersten.org> [Wed, 26 Jun 2013 15:14:28 -0500] rev 58
Stabalized new packages and modes.
Tue, 25 Jun 2013 11:12:54 -0500 Tons more cleanups after emacs24 update.
Luke Hoersten <Luke@Hoersten.org> [Tue, 25 Jun 2013 11:12:54 -0500] rev 57
Tons more cleanups after emacs24 update.
Mon, 24 Jun 2013 21:49:23 -0500 Moved snippets
Luke Hoersten <Luke@Hoersten.org> [Mon, 24 Jun 2013 21:49:23 -0500] rev 56
Moved snippets
Mon, 24 Jun 2013 21:39:26 -0500 Updated to emacs24 with package management and load-theme
Luke Hoersten <Luke@Hoersten.org> [Mon, 24 Jun 2013 21:39:26 -0500] rev 55
Updated to emacs24 with package management and load-theme
(0) -100 -56 tip