Skip to content

kurtjx/emacs

 
 

Repository files navigation

EnigmaCurry's Emacs Config - hacked by kurtjx

This is kurtjx's fork of Ryan McGuire's (EnigmaCurry) Emacs Configuration.

You can find more about this environment at Ryan's Blog.

Some stuff didn't work for me (kurtjx), here's the install guidelines I followed for Ubuntu 10 (note I've made some changes to vendor/vendor-compile.sh which make it Ubuntu-specific):

This is all from Ryan's Blog.

  • Enable the universe repository
  • sudo apt-get update
  • sudo apt-get install emacs-snapshot git-core automake libgconf2-dev texinfo python-setuptools
  • cd ~
  • git clone git://github.com/EnigmaCurry/emacs .emacs.d
  • cd ~/.emacs.d
  • git submodule init
  • git submodule update
  • cd ~/.emacs.d/vendor
  • sudo ./vendor-compile.sh

The rope/ropemacs/ropemode stuff wasn't working so I did:

About

My GNU Emacs configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 87.0%
  • Python 13.0%