branch: elpa/aidermacs commit ce48bd30717030296a1a678cd02af0e7be6b15a3 Author: Mingde (Matthew) Zeng <matthew...@posteo.net> Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>
Improve docstring Signed-off-by: Mingde (Matthew) Zeng <matthew...@posteo.net> --- aidermacs-backend-vterm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aidermacs-backend-vterm.el b/aidermacs-backend-vterm.el index 57f343c819..609e5c4ba2 100644 --- a/aidermacs-backend-vterm.el +++ b/aidermacs-backend-vterm.el @@ -19,7 +19,7 @@ or `\\ndiff>.*`. Once that is detected, the output from START-POINT up to the beginning of the finish sequence is captured and stored via `aidermacs--store-output`. -Thisis a covoluted way of capturing aider output until someone comes up with a better idea." +This is a covoluted HACK of capturing aider output until someone comes up with a better idea." (when (and (bound-and-true-p aidermacs-minor-mode) (eq major-mode 'vterm-mode)) (let* ((start-point (vterm--get-prompt-point))