Difference between revisions of "Ruby-mode"

From WikEmacs
Jump to navigation Jump to search
Line 18: Line 18:
 
== Helpful keybindings ==
 
== Helpful keybindings ==
  
== Common Customization ==
+
/    do you use several plguins in your theme? it looks like a conflict because of different plguins!Ib4m working with the theme for the last 2 weeks and I have absolutely no problems with it, except the navigation.php
  
 
== See Also ==
 
== See Also ==

Revision as of 12:46, 22 June 2012

ruby-mode
Description major mode for Ruby programming
Author Yukihiro Matsumoto
Maintainer FSF
Source http://bzr.savannah.gnu.org/lh/emacs/emacs-24/annotate/head:/lisp/progmodes/ruby-mode.el
Part of Emacs yes, since Emacs 23

ruby-mode provides Emacs font-lock, indentation, and navigation for the Ruby programming language.

Basic setup

(require 'ruby-mode)

Helpful keybindings

/     do you use several plguins in your theme? it looks like a conflict because of different plguins!Ib4m working with the theme for the last 2 weeks and I have absolutely no problems with it, except the navigation.php

See Also

Tutorial Pages