Skip to content

Commit 7fb50ef

Browse files
committed
Merge pull request #7 from tkf/highlighting-code
highlight code block
2 parents 7dfe637 + e908eae commit 7fb50ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ that you can automate installation of tools written in Python.
2222

2323
Let's say you write Emacs plugin which uses Python script. Then you
2424
would want to setup Python modules for that script easily from Emacs.
25-
This is how to do that using python-environment.el::
25+
This is how to do that using python-environment.el
26+
27+
.. code :: cl
2628
2729
(require 'python-environment)
2830
@@ -31,7 +33,9 @@ This is how to do that using python-environment.el::
3133
(python-environment-run "pip" "install" "epc"))
3234
3335
In your plugin, if you want the path to command installed in the
34-
virtualenv, do something like this::
36+
virtualenv, do something like this
37+
38+
.. code :: cl
3539
3640
(start-process NAME BUFFER
3741
(python-environment-bin "COMMAND")

0 commit comments

Comments
 (0)