Skip to content

Emacs setup geared toward Python development. No fluff.

Notifications You must be signed in to change notification settings

SirObi/emacs-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation (Linux/MacOS)

cd (go to your user root)
rm -rf .emacs.d (remove existing Emacs config, if any)
git clone git@github.com:SirObi/emacs-python.git .emacs.d

Launch Emacs and run:
M-x jedi:install-server

Running

It's best to cd to the folder you want to open with Emacs and then

Linux

emacs .

MacOS

open -a Emacs.app .

You can alias either to e . in you shell config file (like .zshrc or .bashrc).

About

Emacs setup geared toward Python development. No fluff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published