Skip to content

Commit

Permalink
Gemspecs are ruby code.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 24, 2008
1 parent a1d3e9a commit 9eedd2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starter-kit-ruby.el
Expand Up @@ -12,9 +12,10 @@

(global-set-key (kbd "C-h r") 'ri)

;; Rake files are ruby, too.
;; Rake files are ruby, too, as are gemspecs.
(add-to-list 'auto-mode-alist '("\\.rake$" . ruby-mode))
(add-to-list 'auto-mode-alist '("Rakefile$" . ruby-mode))
(add-to-list 'auto-mode-alist '("\\.gemspec$" . ruby-mode))

;; We never want to edit Rubinius bytecode
(add-to-list 'completion-ignored-extensions ".rbc")
Expand Down

0 comments on commit 9eedd2e

Please sign in to comment.