branch: elpa/aidermacs commit e1c6f16dd1e90de0009e7f040ef38bd30e1f8845 Author: Kang Tu <kang...@apple.com> Commit: Kang Tu (aider) <kang...@apple.com>
docs: clarify that `use-package` only loads the `aider.el` file, not all `.el` files in the repository --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 7dc5ef3f4d..40b4c49d30 100644 --- a/README.org +++ b/README.org @@ -37,6 +37,8 @@ (global-set-key (kbd "C-c a") 'aider-transient-menu)) #+END_SRC +- Note: The `use-package` command will only load the `aider.el` file and not all `.el` files in the repository. + * Screenshot [[file:./screenshot.png]]