Created
August 11, 2012 05:38
-
-
Save sanketsudake/3321502 to your computer and use it in GitHub Desktop.
Emacs configuration..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;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