Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Highlight code snippets correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
wasamasa committed Oct 5, 2014
1 parent f30348a commit 62dcaa3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,23 @@ Installation

To manually install the theme, download ``gotham-theme.el`` and put it in
a suitable location such as ``~/.emacs.d/themes/``. Add the following
to your init file::
to your init file:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
.. code:: cl
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
Alternatively you can install the theme via `quelpa
<https://github.com/quelpa/quelpa>`_ with ``M-: (quelpa '(gotham-theme
:fetcher github :repo "wasamasa/gotham-theme"))``.

Once the theme is installed, you can enable it with ``M-x load-theme
RET gotham RET``. To enable it automatically at startup, add the
following to your init file::
following to your init file:

.. code:: cl
(load-theme 'gotham t)
(load-theme 'gotham t)
Contributing
------------
Expand Down

0 comments on commit 62dcaa3

Please sign in to comment.