-
Notifications
You must be signed in to change notification settings - Fork 19
/
README
75 lines (51 loc) · 1.72 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
REQUIREMENTS
------------
The current release was tested under Emacs 23.
Rcodetools for auto-complete (gem install rcodetools)
DESCRIPTION
-----------
Emacs init file and plugins to enhance Ruby on Rails development experience.
Provides the following plugins:
anything
auto-complete
autotest
cedet (http://cedet.sourceforge.net/)
color-theme
ecb (http://ecb.sourceforge.net/)
find-recursive
flymake
javascript
nxhtml (http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html)
rcodetools (http://eigenclass.org/hiki.rb?rcodetools)
rdebug
redo
ri-emacs
rinari (http://rinari.rubyforge.org/)
ruby-block
ruby-mode (svn co http://svn.ruby-lang.org/repos/ruby/trunk ruby | svn co http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8)
toggle
yaml-mode
yasnippet (http://code.google.com/p/yasnippet/)
yasnippets-rails (http://github.com/eschulte/yasnippets-rails/tree/master)
INSTALLATION
------------
Copy all the files to ~/.emacs.d directory
FONT
----
In the init.el file you have the following config font line
;; (setq default-frame-alist '((font . "inconsolata")))
Comment out this if you want to try inconsolata font, you must have this font installed on your system
USAGE
-----
Try some autocompletion under ruby-mode with crtl+i and ctrl+o
TODO complete ...
TODO
----
- Fix problems with certain key combinations. Sometimes Emacs debugger appears and its a bit annoying.
- Problems between autocompletion and tabkey2-mode when editing .html.erb files the suggestions doesn't work well
Please if you find a bug or something report me. Contributions and suggestions are welcome :)
CONTACT
-------
You can contact me: [email protected]
Follow us in our blog: http://blog.wyeworks.com
Repo: git://github.com/spastorino/my_emacs_for_rails.git