| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 1 | -3/+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 | 1 | -11/+26 | |
| 2020-02-16 | Replaced ag with rg. | Luke Hoersten | 1 | -4/+9 | |
| 2018-08-16 | merge | Luke Hoersten | 1 | -3/+7 | |
| 2018-08-16 | merge | Luke Hoersten | 1 | -2/+2 | |
| 2018-07-26 | Fixed pager in eshell. | Luke Hoersten | 1 | -3/+7 | |
| 2017-09-20 | Added haskell compile command. | Luke Hoersten | 1 | -0/+1 | |
| 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 | 1 | -4/+3 | |
| Inconsolata on all OSs. | |||||
| 2017-02-22 | Updated to ssl emacs package repos. | Luke Hoersten | 1 | -1/+1 | |
| 2016-06-06 | Moved to haskell intero. | Luke Hoersten | 1 | -6/+6 | |
| 2016-01-21 | Fixed package-require error. Moved to ghc-mod for haskell. | Luke Hoersten | 1 | -1/+1 | |
| 2015-12-29 | Created dynamic major mode grouping for ibuffer. | Luke Hoersten | 1 | -23/+34 | |
| 2015-10-01 | Reorganized global modes a bit. Fixed multi-frame font changes. | Luke Hoersten | 1 | -29/+21 | |
| 2015-09-24 | Gave up on SHM. | Luke Hoersten | 1 | -3/+4 | |
| 2015-09-18 | Added paredit, flx-ido and projectile. | Luke Hoersten | 1 | -49/+43 | |
| 2015-09-15 | Started using shm and paredit. | Luke Hoersten | 1 | -9/+30 | |
| 2015-09-15 | Added ansible init. | Luke Hoersten | 1 | -14/+29 | |
| 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 | 1 | -7/+17 | |
| 2015-05-11 | Lots of random changes. Stopped using Chris Done's haskell-flycheck. | Luke Hoersten | 1 | -17/+19 | |
| 2015-04-04 | Tons of updates. | Luke Hoersten | 1 | -13/+5 | |
| 2015-02-04 | Big updates to haskell-mode stuff. | Luke Hoersten | 1 | -79/+27 | |
| 2014-11-19 | Moved lisp files to their own dir. | Luke Hoersten | 1 | -1/+1 | |
| 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 | 1 | -1/+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 | 1 | -14/+25 | |
| 2013-07-10 | Updated packages | Luke Hoersten | 1 | -12/+5 | |
| 2013-07-10 | Fixed mode hooks to all be functions. | Luke Hoersten | 1 | -3/+4 | |
| 2013-07-05 | Still need to tell eshell it's an emacs term to get bash color. | Luke Hoersten | 1 | -0/+1 | |
| 2013-07-04 | Fixed up some more haskell issues. | Luke Hoersten | 1 | -13/+9 | |
| 2013-06-30 | Fixed a bug with the haskell-mode-hook | Luke Hoersten | 1 | -10/+9 | |
| 2013-06-27 | Removed more unused init code. | Luke Hoersten | 1 | -53/+42 | |
| 2013-06-26 | Stabalized new packages and modes. | Luke Hoersten | 1 | -26/+57 | |
| 2013-06-25 | Tons more cleanups after emacs24 update. | Luke Hoersten | 1 | -5/+18 | |
| 2013-06-24 | Moved snippets | Luke Hoersten | 1 | -3/+1 | |
| 2013-06-24 | Updated to emacs24 with package management and load-theme | Luke Hoersten | 1 | -23/+62 | |
| 2013-06-22 | Cleaned up unused modes. | Luke Hoersten | 1 | -9/+8 | |
| 2012-10-15 | Minor haskell updates. | Luke Hoersten | 1 | -5/+13 | |
| 2012-03-25 | Added clojure mode to ibuffer. | Luke Hoersten | 1 | -7/+1 | |
| 2012-03-01 | Added clojure mode. | Luke Hoersten | 1 | -0/+9 | |
| 2012-02-16 | More updates to solarized. | Luke Hoersten | 1 | -0/+1 | |
| 2012-02-13 | Added solarized color theme. | Luke Hoersten | 1 | -2/+2 | |
