Skip to content

Instantly share code, notes, and snippets.

@rdammkoehler
Created November 1, 2011 03:50
Show Gist options
  • Select an option

  • Save rdammkoehler/1329842 to your computer and use it in GitHub Desktop.

Select an option

Save rdammkoehler/1329842 to your computer and use it in GitHub Desktop.
My .emacs file
(global-auto-revert-mode 1)
(global-linum-mode 1)
(set-cursor-color "red")
(set-mouse-color "goldenrod")
(set-face-background 'region "blue")
(set-foreground-color "white")
(set-background-color "black")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment