Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 696 Bytes

readme.md

File metadata and controls

28 lines (24 loc) · 696 Bytes

My Emacs Config

Here is my Emacs environment, borrowing heavily from

Features

  • smex
  • smart tab
  • ido-mode
  • ibuffer
  • smooth scrolling
  • magit
  • auto-complete

##Installation

  • Use git clone to clone this to your ~/.emacs.d directory
  • Before first use, update the "submodules", ** cd .emacs.d ** git submodule init ** git submodule update
  • You'll need a script called ~/bin/emacs_ipython that reads like: #!/bin/bash source $VIRTUAL_ENV/bin/postactivate env python /usr/bin/ipython