src.nth.io/

summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
5 daysOverhaul package list and add new packagesLuke Hoersten1-0/+2
- Replace company with corfu, add cape for completion extensions - Add embark, embark-consult, wgrep, avy, diff-hl, helpful - Add which-key (built-in 30+), ghostel, auto-dark - Remove yasnippet, yaml-mode, json-mode (covered by treesit-auto) - Add claude-code-ide via use-package :vc with anti-flicker config - Wire claude-code-ide into project-switch-commands - Switch eglot hooks to treesit mode variants only - Clean up obsolete modes and keybindings
2025-10-03Added to the gitignoreLuke Hoersten1-0/+2
2025-10-03More modernization changes. Global settings:Luke Hoersten1-0/+1
- Enabled global-auto-revert-mode to auto-reload files when changed on disk - Changed is-mac from setq to defvar - Removed ispell-program-name setting from macOS config Package management: - Replaced custom package-require system with standard package.el installation loop - Removed flycheck package - Added eglot package New integration: - Added claude-code-context mode from ~/Dev/claude-code-context Linting/LSP: - Replaced global-flycheck-mode with flymake-mode (enabled per programming mode) - Added eglot LSP client configuration with autoshutdown and debounce settings - Configured eglot-ensure hooks for multiple language modes (Python, JavaScript, TypeScript, Haskell, C/C++, and their tree-sitter variants)
2025-10-02Cleaned out some last remaining custome variable and ido stuff.Luke Hoersten1-0/+1
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-02Fixed some code rot issues.Luke Hoersten1-0/+8