Emacs support for Ruby and Rails

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

跳转到: 导航, 搜索

获得 modle

http://www.hyperionreactor.net/files/emacs-ruby-rails-1.0.zip
cd /usr/share/emacs/site-lisp
unzip emacs-ruby-rails-1.0.zip

修改 /etc/emacs/site-start.el

支持 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)
分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱