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
6464^^^^^^^^^^^
6565
6666Python-mode _ is complex solution in VIM for work with python code.
67- It's have :
67+ It has :
6868
6969- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination;
7070- Code refactoring and autocompletion with Rope;
@@ -90,6 +90,21 @@ And more stuff.
9090
9191.. todo :: add supertab notes
9292
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+
93108TextMate
94109--------
95110
@@ -202,7 +217,7 @@ environment, just remove the directory it was installed into. (In this
202217case, it would be ``rm -rf venv ``).
203218
204219Other Notes
205- ~~~~~~~~~~~
220+ ^^^^^^^^^^^
206221
207222Running ``virtualenv `` with the option ``--no-site-packages `` will not
208223include the packages that are installed globally. This can be useful
You can’t perform that action at this time.
0 commit comments