Skip to content

Instantly share code, notes, and snippets.

@offby1
Created September 7, 2009 23:48
Show Gist options
  • Select an option

  • Save offby1/182626 to your computer and use it in GitHub Desktop.

Select an option

Save offby1/182626 to your computer and use it in GitHub Desktop.
(mapcar (lambda (hooksym)
(add-hook hooksym
(lambda ()
(local-set-key (kbd "C-m") 'newline-and-indent))))
'(
emacs-lisp-mode-hook
erlang-mode-hook
java-mode-hook
lisp-interaction-mode-hook
lisp-mode-hook
nxml-mode-hook
python-mode-hook
scheme-mode-hook
sh-mode-hook
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment