Skip to content

Commit

Permalink
Use "Coffee" as mode name rather than the idiosynchratic "coffee-mode".
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brockman authored and defunkt committed Jul 19, 2011
1 parent bfbd616 commit 4631aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coffee-mode.el
Expand Up @@ -570,8 +570,8 @@ line? Returns `t' or `nil'. See the README for more details."

;;;###autoload
(define-derived-mode coffee-mode fundamental-mode
"coffee-mode"
"Major mode for editing CoffeeScript..."
"Coffee"
"Major mode for editing CoffeeScript."

;; key bindings
(define-key coffee-mode-map (kbd "A-r") 'coffee-compile-buffer)
Expand Down

0 comments on commit 4631aa1

Please sign in to comment.