Skip to content

Commit

Permalink
README updated.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/emacs-rails/trunk@180 cc5033d0-740f-0410-afc7-949910e492f2
  • Loading branch information
dimaexe committed Apr 13, 2007
1 parent b264075 commit a82f824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
15 changes: 3 additions & 12 deletions README
Expand Up @@ -5,14 +5,14 @@ friendly

== Instalation

You need download last release from RubyForge page
You need download last release from RubyForge page
"http://rubyforge.org/projects/emacs-rails" and and unpack
it to directory containing libraries of Emacs, by default it's
$HOME/.emacs.d/

You can also use SVN

cd $HOME/.emacs.d/
cd $HOME/.emacs.d/
svn co svn://rubyforge/var/svn/emacs-rails/trunk emacs-rails

Download and install required libraries
Expand All @@ -26,15 +26,6 @@ Download and install required libraries
After that you must add this code in $HOME/.emacs

(setq load-path (cons "~/.emacs.d/rails" load-path))

(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)

For Windows users: you can use your help in CHM format (the default
Expand Down Expand Up @@ -82,7 +73,7 @@ can find them in the brackets.

=== Management of WEBrick/Mongrel

* Your can select Webrick, Mongrel or Lighttpd
* Your can select Webrick, Mongrel or Lighttpd
* Start/stop application server %(key)C-c C-c w s%
* Automatic browsing on current action (from view or controller)
%(key)C-c C-c w a%
Expand Down
2 changes: 1 addition & 1 deletion predictive-prog-mode.el
Expand Up @@ -54,7 +54,7 @@ if there a string or a comment."
only, like `flyspell-prog-mode'."
(interactive)
(when (fboundp 'predictive-mode)
(make-local-variable 'predictive-main-dict)
(set (make-local-variable 'predictive-main-dict) nil)
(set (make-local-variable 'predictive-prog-mode-main-dict) predictive-main-dict)
(if (find 'activate-predictive-inside-comments after-change-functions)
(progn
Expand Down

0 comments on commit a82f824

Please sign in to comment.