branch: elpa/aidermacs commit 3805e94b2d8c648dacd68d2d0b8747291cbbc728 Author: AmaiKinono <[email protected]> Commit: AmaiKinono <[email protected]>
fix: require needed packages
---
aider.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/aider.el b/aider.el
index 59631b8cfe..570b0cafc7 100644
--- a/aider.el
+++ b/aider.el
@@ -11,7 +11,9 @@
;;; Code:
+(require 'comint)
(require 'transient)
+(require 'which-func)
(defgroup aider nil
"Customization group for the Aider package."
