aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-06 05:48:18 -0500
committerCraig Jennings <c@cjennings.net>2026-05-06 05:48:18 -0500
commit85f633766b13590616f797321773ccec3d3c2607 (patch)
treee4bf87fa04048f72ed91fe91d47a45ebd0c34654
parent3d8c885b0e54a30711babb58eb24a7f23154497c (diff)
downloadarchsetup-85f633766b13590616f797321773ccec3d3c2607.tar.gz
archsetup-85f633766b13590616f797321773ccec3d3c2607.zip
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.
-rw-r--r--dotfiles/common/.claude/settings.json6
1 files changed, 1 insertions, 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
}