Skip to content

Instantly share code, notes, and snippets.

@tharpa
Created December 17, 2012 18:47
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 tharpa/4320800 to your computer and use it in GitHub Desktop.
Save tharpa/4320800 to your computer and use it in GitHub Desktop.
emacs RET newline-and-indent binding
(add-hook 'objc-mode-hook '(lambda ()
(local-set-key (kbd "RET") 'newline-and-indent)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment