Move racket-mode to the top of suggested emacs modes.

This commit is contained in:
Vincent St-Amour 2014-10-27 11:26:01 -04:00
parent d66e0fc3d2
commit c4a09baad8

View File

@ -25,6 +25,13 @@ popular among Racketeers as well.
@itemlist[
@item{@hyperlink["https://github.com/greghendershott/racket-mode"]{Racket mode}
provides thorough syntax highlighting and DrRacket-style REPL
and buffer execution support for Emacs.
Racket mode can be installed via @hyperlink["http://melpa.milkbox.net"]{MELPA}
or manually from the Github repository.}
@item{@hyperlink["http://www.neilvandyke.org/quack/"]{Quack} is an
extension of Emacs's @tt{scheme-mode} that provides enhanced
support for Racket, including highlighting and indentation of
@ -47,13 +54,6 @@ popular among Racketeers as well.
Debian and Ubuntu packages for Geiser are available under the
name @tt{geiser}.}
@item{@hyperlink["https://github.com/greghendershott/racket-mode"]{Racket mode}
provides thorough syntax highlighting and DrRacket-style REPL
and buffer execution support for Emacs.
Racket mode can be installed via @hyperlink["http://melpa.milkbox.net"]{MELPA}
or manually from the Github repository.}
@item{Emacs ships with a major mode for Scheme, @tt{scheme-mode},
that while not as featureful as the above options, but works
reasonably well for editing Racket code. However, this mode