Skip to content

Instantly share code, notes, and snippets.

@bdalziel
Created September 22, 2011 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdalziel/1235357 to your computer and use it in GitHub Desktop.
Save bdalziel/1235357 to your computer and use it in GitHub Desktop.
Ben's .emacs File
(add-to-list 'load-path "~/elisp")
(require 'php-mode)
(setq-default indent-tabs-mode nil);
(setq default-tab-width 4);
(setq c-basic-offset 4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment