Changeset - c117bfe692af
[Not reviewed]
0 1 0
Sergey Pashinin - 11 years ago 2014-08-31 13:24:44
sergey@pashinin.com
fix indent
1 file changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
doc/guide/installation.rst
Show inline comments
 
@@ -4,17 +4,17 @@
 

	
 
Very simple with recent Emacs. Make sure you have these lines:
 

	
 
   .. code-block:: cl
 
.. code-block:: cl
 

	
 
       (require 'package)
 
       (add-to-list 'package-archives
 
                    '("melpa" . "http://melpa.milkbox.net/packages/") t)
 
   (require 'package)
 
   (add-to-list 'package-archives
 
                '("melpa" . "http://melpa.milkbox.net/packages/") t)
 

	
 
before
 

	
 
   .. code-block:: cl
 
.. code-block:: cl
 

	
 
       (package-initialize)
 
   (package-initialize)
 

	
 
Then type :kbd:`M-x list-packages`
 

	
0 comments (0 inline, 0 general)