https://github.com/tkf/emacs-pythonista
Preconfigured Python modes for Pythonista
https://github.com/tkf/emacs-pythonista
Last synced: 11 months ago
JSON representation
Preconfigured Python modes for Pythonista
- Host: GitHub
- URL: https://github.com/tkf/emacs-pythonista
- Owner: tkf
- Created: 2013-06-04T14:03:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T14:26:04.000Z (over 12 years ago)
- Last Synced: 2024-12-31T09:26:56.293Z (about 1 year ago)
- Language: Emacs Lisp
- Size: 105 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
========================================
Turn Emacs into an IDE for Pythonista!
========================================
.. warning:: WORK IN PROGRESS
Emacs has various packages to enhance programming in Python. But
setting up them separately is cumbersome. This package aims at
providing sane default for the best practice.
Note that this package violates some Emacs conventions on purpose.
For example, key bind starts with ``C-c `` is allocated for
user configuration and any well-behaved major and minor modes do not
set keybind to it. However, this meas you need to configure it by
yourself, which makes it hard to setup Emacs. Pythonista.el do set
these keybind to reduce the amount of configuration for you. At the
same time, there is a way to "undo" these configurations.