branch: elpa/aidermacs commit 99ca190e5d7f6ad933718947bed2d0f39887a8b2 Author: tninja <tni...@gmail.com> Commit: tninja <tni...@gmail.com>
docs: improve package-vc-install installation formatting --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 9139276722..074c348cf8 100644 --- a/README.org +++ b/README.org @@ -53,8 +53,8 @@ If you have Straight installed #+END_SRC *** With [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Fetching-Package-Sources.html#:~:text=One%20way%20to%20do%20this,just%20like%20any%20other%20package.][package-vc-install]] (emacs built-in) -Install Aider.el by running the following code within Emacs -You'll need to manually install the required packages, such as [[https://github.com/magit/transient][Transient]], [[https://github.com/magit/magit][Magit]], and helm. +- Install Aider.el by running the following code within Emacs + - You'll need to manually install the required packages, such as [[https://github.com/magit/transient][Transient]], [[https://github.com/magit/magit][Magit]], and helm. #+BEGIN_SRC emacs-lisp (package-vc-install '(aider :url "https://github.com/tninja/aider.el")) #+END_SRC