public
Description: Emacs Extensions for Ruby On Rails
Homepage:
Clone URL: git://github.com/tchandy/emacs-rails.git
name age message
file .emacs Fri Mar 06 11:23:41 -0800 2009 findr... really cool.. C-M-r [nofxx]
directory .emacs.d/ Fri Mar 06 11:23:41 -0800 2009 findr... really cool.. C-M-r [nofxx]
file .gitignore Sun Feb 15 02:11:31 -0800 2009 lots of mods [nofxx]
file Readme.mkdn Sun Mar 08 20:34:11 -0700 2009 Fix Readme [tchandy]
Readme.mkdn

= Emacs Ruby Dotfiles

Lots of modes and shortcuts to make coding ruby/rails more fun.

== Install

git clone git://github.com/nofxx/emacs-rails cp emacs-rails/.* ~

== Emacs

Start with the tutorial on Help => Emacs Tutorial

For the lazy, check out /dev/null

== Includes

  • Ruby / Rails / Haml / Rspec Modes
  • JS2 / CSS Modes
  • Snippets
  • Magit
  • Linum
  • Themes

== Shortcuts (Mini linux textmate.el)

  • M-/ => comment-or-uncomment-region
  • M-[ => indent-region
  • M-] => indent-according-to-mode
  • M-s => save-buffer
  • M-t => ido-find-file
  • M-q => kill-this-buffer
  • M-a => magit-status
  • M-r => query-replace
  • M-w => ido-switch-buffer

= Portugues

O que é?

Uma reunião de plugins e configurações para transformarem o Emacs em um editor melhor para Ruby on Rails. Ele também contem algumas configurações para PHP e HTML. O Projeto foi retirado a partir das configurações do Emacs cedidas pelo Ramon Soares

Como Instalar?

Somente clone o projeto, e coloque em seu /home/usuario ;-)

Ok, gostaria de começar a utilizar o Emacs, como devo proceder?

Inicie pelo tutorial incluso no Editor, em Help => Emacs Tutorial

Emacs é somente para nerds e é muito díficil, o que devo fazer?

Por favor, verifique o manual para preguiçosos do mesmo em /dev/null.

Desenvolvedores