src.nth.io/

summaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-04-27 10:03:42 -0500
committerLuke Hoersten <[email protected]>2026-04-27 10:03:42 -0500
commit65a77d88bd9d63cb6d0b1914439b1ff7ddd46ec0 (patch)
tree6220d939a74b8546d76cca4d4d5e62a5d76662b6 /elisp
parent54d87051d41b2a25690aa63288c52fb626f256a7 (diff)
Overhaul package list and add new packages
- 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
Diffstat (limited to 'elisp')
-rw-r--r--elisp/ansible-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/ansible-init.el b/elisp/ansible-init.el
index 6c32777..fa6d7e6 100644
--- a/elisp/ansible-init.el
+++ b/elisp/ansible-init.el
@@ -2,7 +2,7 @@
;; Luke Hoersten <[email protected]>
;; Ensure packages are installed
-(dolist (package '(yaml-mode jinja2-mode company company-ansible ansible-doc))
+(dolist (package '(jinja2-mode ansible-doc))
(unless (package-installed-p package)
(package-install package)))