From 62dcaa38e36bc4c74eddaf3e534cc06047ba2219 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Sun, 5 Oct 2014 11:33:31 +0200 Subject: [PATCH] Highlight code snippets correctly --- README.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e4825d6..7c68f8a 100644 --- a/README.rst +++ b/README.rst @@ -24,9 +24,11 @@ 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 `_ with ``M-: (quelpa '(gotham-theme @@ -34,9 +36,11 @@ Alternatively you can install the theme via `quelpa 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 ------------