| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-02 | Added emacs server mode. Random fixes.HEADmain | Luke Hoersten | 2 | -5/+24 | |
| 2025-10-02 | Replaced flyspell mode with jinx. | Luke Hoersten | 2 | -3/+137 | |
| 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). | |||||
| 2025-10-02 | Minor cleanups. | Luke Hoersten | 1 | -2/+4 | |
| 2025-10-02 | Cleaned out some last remaining custome variable and ido stuff. | Luke Hoersten | 2 | -22/+5 | |
| 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 | |||||
| 2025-10-02 | Replace custom ibuffer code with ibuffer-project | Luke Hoersten | 1 | -24/+7 | |
| - 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 | |||||
| 2025-10-02 | Added git stuff: | Luke Hoersten | 1 | -2/+7 | |
| - 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 | |||||
| 2025-10-02 | Upgraded JS modes. | Luke Hoersten | 2 | -19/+6 | |
| 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.) | |||||
| 2025-10-02 | Moved from zencoding for html to emmet: | Luke Hoersten | 1 | -2/+2 | |
| Changes: - Package list: zencoding-mode → emmet-mode - html-mode hook: zencoding-mode → emmet-mode | |||||
| 2025-10-02 | Moved from ido and smex to vertico, orderless, consult, marginalia for auto ↵ | Luke Hoersten | 1 | -13/+13 | |
| 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 | |||||
| 2025-10-02 | Fixed some code rot issues. | Luke Hoersten | 3 | -47/+34 | |
| 2020-02-16 | Replaced ag with rg. | Luke Hoersten | 1 | -4/+9 | |
| 2018-08-16 | merge | Luke Hoersten | 2 | -6/+15 | |
| 2018-08-16 | merge | Luke Hoersten | 1 | -2/+2 | |
| 2018-07-26 | Fixed pager in eshell. | Luke Hoersten | 2 | -6/+15 | |
| 2017-09-20 | Added haskell compile command. | Luke Hoersten | 2 | -0/+3 | |
| 2017-02-23 | Replaced rgrep with ag. | Luke Hoersten | 1 | -1/+1 | |
| 2017-02-23 | Removed marmalade and rainbow-mode. Added ag package. Defaulted to ↵ | Luke Hoersten | 2 | -6/+3 | |
| Inconsolata on all OSs. | |||||
| 2017-02-22 | Updated to ssl emacs package repos. | Luke Hoersten | 2 | -4/+4 | |
| 2016-06-06 | Removed old haskell init file. | Luke Hoersten | 1 | -95/+0 | |
| 2016-06-06 | Moved to haskell intero. | Luke Hoersten | 3 | -9/+41 | |
| 2016-02-09 | Turned on presentation mode. | Luke Hoersten | 1 | -2/+2 | |
| 2016-02-09 | Enabled better type-at command. | Luke Hoersten | 1 | -1/+1 | |
| 2016-02-09 | Fixed ghci-ng for haskell-mode. | Luke Hoersten | 1 | -35/+32 | |
| 2016-02-08 | Moved from ghc-mod back to ghci-ng. | Luke Hoersten | 1 | -9/+27 | |
| 2016-01-21 | Fixed package-require error. Moved to ghc-mod for haskell. | Luke Hoersten | 3 | -19/+16 | |
| 2015-12-29 | merge | Luke Hoersten | 0 | -0/+0 | |
| 2015-12-29 | Created dynamic major mode grouping for ibuffer. | Luke Hoersten | 2 | -24/+34 | |
| 2015-11-11 | Ediff better defaults. | Luke Hoersten | 1 | -2/+7 | |
| 2015-10-01 | Reorganized global modes a bit. Fixed multi-frame font changes. | Luke Hoersten | 2 | -30/+23 | |
| 2015-09-24 | Gave up on SHM. | Luke Hoersten | 2 | -20/+15 | |
| 2015-09-21 | Disabled default haskell flycheckers and removed stack code. | Luke Hoersten | 6 | -1104/+7 | |
| 2015-09-18 | Added paredit, flx-ido and projectile. | Luke Hoersten | 3 | -71/+66 | |
| 2015-09-16 | Simplified haskell-init.el. | Luke Hoersten | 2 | -62/+24 | |
| 2015-09-16 | Trying stack-ide-mode. | Luke Hoersten | 6 | -72/+1160 | |
| 2015-09-15 | Removed helm config. | Luke Hoersten | 1 | -36/+0 | |
| 2015-09-15 | Started using shm and paredit. | Luke Hoersten | 4 | -222/+49 | |
| 2015-09-15 | Added ansible init. | Luke Hoersten | 4 | -16/+43 | |
| 2015-06-23 | Added ido-at-point completion. | Luke Hoersten | 1 | -4/+8 | |
| 2015-06-23 | Cleaned up comments. | Luke Hoersten | 1 | -45/+45 | |
| 2015-06-23 | Added an unused heml-init.el | Luke Hoersten | 5 | -10/+57 | |
| 2015-05-11 | Lots of random changes. Stopped using Chris Done's haskell-flycheck. | Luke Hoersten | 3 | -120/+29 | |
| 2015-04-04 | Tons of updates. | Luke Hoersten | 2 | -77/+21 | |
| 2015-02-04 | Big updates to haskell-mode stuff. | Luke Hoersten | 10 | -106/+536 | |
| 2014-11-19 | Moved lisp files to their own dir. | Luke Hoersten | 5 | -1/+4 | |
| 2014-11-19 | Messing with new haskell mode. | Luke Hoersten | 1 | -2/+18 | |
| 2014-05-10 | Disabled flymake in favor of ghc-mod. | Luke Hoersten | 1 | -18/+10 | |
| 2014-01-30 | Added markdown mode. | Luke Hoersten | 2 | -2/+1 | |
| 2013-10-31 | Removed bell and added menu bar on OS X. | Luke Hoersten | 1 | -1/+2 | |
| 2013-10-30 | Updates to moveline. | Luke Hoersten | 2 | -17/+25 | |
| 2013-07-10 | Updated packages | Luke Hoersten | 1 | -12/+5 | |
