branch: elpa/aidermacs
commit 83abfcc07fd14243cf77d72079797163b14a60ba
Author: tninja <tni...@gmail.com>
Commit: tninja <tni...@gmail.com>

    update docs: improve formatting in installation section
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index e1b8375744..9bc7a5839a 100644
--- a/README.org
+++ b/README.org
@@ -83,7 +83,7 @@ The aider prefix is "A".
 
 You can enable Helm-based completion in two ways:
 
-1. Using use-package:
+- 1. Using use-package:
 
 #+BEGIN_SRC emacs-lisp
   ;; Basic aider installation
@@ -96,7 +96,7 @@ You can enable Helm-based completion in two ways:
     :after (aider helm))
 #+END_SRC
 
-2. Manual loading:
+- 2. Manual loading:
 
 #+BEGIN_SRC emacs-lisp
   ;; Load helm support after both aider and helm are loaded

Reply via email to