From 85f633766b13590616f797321773ccec3d3c2607 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 6 May 2026 05:48:18 -0500 Subject: chore(claude): drop four unused plugins, switch editor to emacs I dropped frontend-design, ralph-loop, security-guidance, and context7 from enabledPlugins. Context7 saw three tool calls across months of sessions. I never used the other three at all. I also switched editorMode back to emacs because the readline default fits my flow better than vim mode. --- dotfiles/common/.claude/settings.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dotfiles/common/.claude/settings.json b/dotfiles/common/.claude/settings.json index d90e005..18855e7 100644 --- a/dotfiles/common/.claude/settings.json +++ b/dotfiles/common/.claude/settings.json @@ -31,17 +31,13 @@ }, "enabledPlugins": { "pyright-lsp@claude-plugins-official": true, - "frontend-design@claude-plugins-official": true, - "ralph-loop@claude-plugins-official": true, - "security-guidance@claude-plugins-official": true, - "context7@claude-plugins-official": true, "typescript-lsp@claude-plugins-official": true, "gopls-lsp@claude-plugins-official": true }, "effortLevel": "high", "promptSuggestionEnabled": false, "skipDangerousModePermissionPrompt": true, - "editorMode": "vim", + "editorMode": "emacs", "prefersReducedMotion": true, "agentPushNotifEnabled": true } -- cgit v1.2.3