File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Python-mode
64
64
^^^^^^^^^^^
65
65
66
66
Python-mode _ is complex solution in VIM for work with python code.
67
- It's have :
67
+ It has :
68
68
69
69
- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination;
70
70
- Code refactoring and autocompletion with Rope;
@@ -90,6 +90,21 @@ And more stuff.
90
90
91
91
.. todo :: add supertab notes
92
92
93
+ Emacs
94
+ -----
95
+
96
+ Emacs is a powerful text editor. It's fully programmable (lisp), but
97
+ it can be some work to wire up correctly. A good start if you're
98
+ already an Emacs user is `Python Programming in Emacs `_ at EmacsWiki.
99
+
100
+ 1. Emacs itself comes with a python mode.
101
+ 2. Python ships with an alternate version:
102
+ `python-mode.el <https://launchpad.net/python-mode >`_
103
+ 3. Fabián Ezequiel Gallina's provides nice functionality and
104
+ behavior out of the box: `python.el <https://github.com/fgallina/python.el >`_
105
+
106
+ .. _Python Programming in Emacs : http://emacswiki.org/emacs/PythonProgrammingInEmacs
107
+
93
108
TextMate
94
109
--------
95
110
@@ -202,7 +217,7 @@ environment, just remove the directory it was installed into. (In this
202
217
case, it would be ``rm -rf venv ``).
203
218
204
219
Other Notes
205
- ~~~~~~~~~~~
220
+ ^^^^^^^^^^^
206
221
207
222
Running ``virtualenv `` with the option ``--no-site-packages `` will not
208
223
include the packages that are installed globally. This can be useful
You can’t perform that action at this time.
0 commit comments