emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gotham-theme 62dcaa38e3 003/214: Highlight code snippets c


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 62dcaa38e3 003/214: Highlight code snippets correctly
Date: Fri, 7 Jan 2022 17:58:35 -0500 (EST)

branch: elpa/gotham-theme
commit 62dcaa38e36bc4c74eddaf3e534cc06047ba2219
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Highlight code snippets correctly
---
 README.rst | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index e4825d61ca..7c68f8a799 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
 <https://github.com/quelpa/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
 ------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]