Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Difrex/emacs-python

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 

Repository files navigation

emacs-python

Easy python mode configuration

Quick start

Install required python packages: autopep8, flake8 and virtualenv.

Clone repository:

mkdir -p ~/.emacs.d/config
git clone https://github.com/Difrex/emacs-python ~/.emacs.d/config/python

Add to your init.el:

(package-install use-package)
(add-to-list 'load-path "~/.emacs.d/config/python")
(require 'python-config)
(configure-python-packages)

That’s all ;)

Key bindings

  • C-c M-i company-complete
  • C-j indent-new-comment-line
  • M-j electric-newline-and-maybe-indent
  • M-,* anaconda-mode-go-back

About

GNU Emacs python-mode configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.