branch: elpa/aidermacs commit 6501c01531d330409e7dfea09a1790337be9170e Author: Mingde (Matthew) Zeng (aider) <matthew...@posteo.net> Commit: Mingde (Matthew) Zeng (aider) <matthew...@posteo.net>
style: Align commands in aidermacs transient menu for improved readability --- aidermacs.el | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/aidermacs.el b/aidermacs.el index 8a36b29404..66859cf197 100644 --- a/aidermacs.el +++ b/aidermacs.el @@ -155,43 +155,43 @@ Affects the system message too.") ["aidermacs: AI Pair Programming" ["aidermacs Process" (aidermacs--infix-switch-to-buffer-other-frame) - ("a" "Run aidermacsmacs" aidermacs-run-aidermacs) - ("z" "Switch to aidermacsmacs Buffer" aidermacs-switch-to-buffer) - ("o" "Select Model" aidermacs-change-model) - ("l" "Clear aidermacsmacs" aidermacs-clear) - ("s" "Reset aidermacsmacs" aidermacs-reset) - ("x" "Exit aidermacsmacs" aidermacs-exit) + ("a" "Run aidermacs" aidermacs-run-aidermacs) + ("z" "Switch to aidermacs Buffer" aidermacs-switch-to-buffer) + ("o" "Select Model" aidermacs-change-model) + ("l" "Clear aidermacs" aidermacs-clear) + ("s" "Reset aidermacs" aidermacs-reset) + ("x" "Exit aidermacs" aidermacs-exit) ] ["Add File to aidermacs" (aidermacs--infix-add-file-read-only) - ("f" "Add Current File" aidermacs-add-current-file) + ("f" "Add Current File" aidermacs-add-current-file) ("R" "Add Current File Read-Only" aidermacs-current-file-read-only) ("w" "Add All Files in Current Window" aidermacs-add-files-in-current-window) ("d" "Add Same Type Files under dir" aidermacs-add-same-type-files-under-dir) - ("b" "Batch Add Dired Marked Files" aidermacs-batch-add-dired-marked-files) + ("b" "Batch Add Dired Marked Files" aidermacs-batch-add-dired-marked-files) ] ["Code Change" ("t" "Architect Discuss and Change" aidermacs-architect-discussion) - ("c" "Code Change" aidermacs-code-change) - ("r" "Refactor Function or Region" aidermacs-function-or-region-refactor) + ("c" "Code Change" aidermacs-code-change) + ("r" "Refactor Function or Region" aidermacs-function-or-region-refactor) ("i" "Implement Requirement in-place" aidermacs-implement-todo) - ("U" "Write Unit Test" aidermacs-write-unit-test) + ("U" "Write Unit Test" aidermacs-write-unit-test) ("T" "Fix Failing Test Under Cursor" aidermacs-fix-failing-test-under-cursor) - ("m" "Show Last Commit with Magit" aidermacs-magit-show-last-commit) - ("u" "Undo Last Change" aidermacs-undo-last-change) + ("m" "Show Last Commit with Magit" aidermacs-magit-show-last-commit) + ("u" "Undo Last Change" aidermacs-undo-last-change) ] ["Discussion" ("q" "Ask Question given Context" aidermacs-ask-question) - ("y" "Go Ahead" aidermacs-go-ahead) - ("e" "Explain Function or Region" aidermacs-function-or-region-explain) - ("p" "Explain Symbol Under Point" aidermacs-explain-symbol-under-point) - ("D" "Debug Exception" aidermacs-debug-exception) + ("y" "Go Ahead" aidermacs-go-ahead) + ("e" "Explain Function or Region" aidermacs-function-or-region-explain) + ("p" "Explain Symbol Under Point" aidermacs-explain-symbol-under-point) + ("D" "Debug Exception" aidermacs-debug-exception) ] ["Other" - ("g" "General Command" aidermacs-general-command) - ("Q" "Ask General Question" aidermacs-general-question) - ("p" "Open Prompt File" aidermacs-open-prompt-file) - ("h" "Help" aidermacs-help) + ("g" "General Command" aidermacs-general-command) + ("Q" "Ask General Question" aidermacs-general-question) + ("p" "Open Prompt File" aidermacs-open-prompt-file) + ("h" "Help" aidermacs-help) ] ])