Skip to content

Instantly share code, notes, and snippets.

@raek
Created April 19, 2011 21:56
Show Gist options
  • Select an option

  • Save raek/929822 to your computer and use it in GitHub Desktop.

Select an option

Save raek/929822 to your computer and use it in GitHub Desktop.
Sample .emacs file for the Getting Started with Emacs wiki page
(add-to-list 'load-path "~/.emacs.d/")
(require 'package)
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment