Skip to content

Instantly share code, notes, and snippets.

@sanketsudake
Created August 11, 2012 05:38
Show Gist options
  • Save sanketsudake/3321502 to your computer and use it in GitHub Desktop.
Save sanketsudake/3321502 to your computer and use it in GitHub Desktop.
Emacs configuration..
;;This configuration works for emacs 24
;;Indenting code (for me it works for python ,ruby, c , c++)
(electric-indent-mode t)
;;Auto pairing for opening and closing brackets and such more stuff
(electric-pair-mode t)
;;Removing blank spaces and
(electric-layout-mode t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment