Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
pashinin committed Aug 31, 2014
1 parent 2bcbd4b commit c117bfe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/guide/installation.rst
Expand Up @@ -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`

Expand Down

0 comments on commit c117bfe

Please sign in to comment.