Skip to content

Instantly share code, notes, and snippets.

@syohex
Created May 2, 2014 06:14
Show Gist options
  • Save syohex/6a205f4a98c7f2958754 to your computer and use it in GitHub Desktop.
Save syohex/6a205f4a98c7f2958754 to your computer and use it in GitHub Desktop.
(custom-set-variables
'(coffee-tab-width 2))
(eval-after-load "coffee-mode"
'(progn
(define-key coffee-mode-map (kbd "C-m") 'newline)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment