Emacs support for Ruby and Rails

来自开放百科 - 灰狐
2006年9月13日 (三) 12:28WikiSysop (讨论 | 贡献)的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到: 导航, 搜索

获得 modle

http://www.hyperionreactor.net/files/emacs-ruby-rails-1.0.zip

支持 Ruby

(require 'ruby-mode)
(require 'ruby-electric)

支持 Ruby on Rails

 (defun try-complete-abbrev (old)
(if (expand-abbrev) t nil))
(setq hippie-expand-try-functions-list
'(try-complete-abbrev
try-complete-file-name
try-expand-dabbrev))
(require 'rails)
分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱