Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions doc/haskell-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Make sure you have this in your @uref{http://www.gnu.org/software/emacs/manual/h
("melpa-stable" . "http://stable.melpa.org/packages/")))))
@end lisp

Then run emacs, and evaluate:
Then run Emacs, and evaluate:

@code{M-x package-refresh-contents}

Expand All @@ -162,18 +162,18 @@ source code in color now.
@code{haskell-mode} is available from @uref{http://stable.melpa.org,melpa-stable (releases)} and @uref{http://melpa.org, melpa
(git snapshots)}.

Other means of obtaining `haskell-mode` include
Other means of obtaining @code{haskell-mode} include
@uref{https://github.com/dimitri/el-get, el-get},
@uref{https://github.com/bbatsov/prelude, Emacs Prelude}) and @uref{https://packages.debian.org/search?keywords=haskell-mode, Debian package}.
@uref{https://github.com/bbatsov/prelude, Emacs Prelude} and @uref{https://packages.debian.org/search?keywords=haskell-mode, Debian package}.

Last version of haskell-mode that supported Emacs 23 is haskell-mode
Last version of @code{haskell-mode} that supported Emacs 23 is @code{haskell-mode}
13.18 available at
@uref{https://github.com/haskell/haskell-mode/releases/tag/v13.18}.

@section Customizing

@cindex customizing
Most of Haskell Mode's settings are configurable via customizable
Most of @code{haskell-mode}'s settings are configurable via customizable
variables (@pxref{Easy Customization,,,emacs}, for details). You can use

@kbd{M-x customize-group @key{RET} haskell} to browse the @code{haskell}
Expand Down