Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnested/drupal-spell

Aspell extra dictionary for Drupal / Emacs
https://github.com/arnested/drupal-spell

aspell drupal emacs hacktoberfest

Last synced: 3 months ago
JSON representation

Aspell extra dictionary for Drupal / Emacs

Awesome Lists containing this project

README

        

# Aspell extra dictionary for Drupal

Run M-x drupal-spell-enable to setup the Drupal dictionary
as an extra dictionary in that buffer.

The command will be enabled automatically when activating
[`drupal-mode`](https://github.com/arnested/drupal-mode).

## Installation

The easiest way to install Drupal spell is probably to install it via
the ELPA packages at
[Marmalade](http://marmalade-repo.org/packages/drupal-spell) or
[MELPA](http://melpa.milkbox.net/#drupal-spell).

ELPA (package.el) is part of Emacs 24. For Emacs 23 see
[Marmalade](http://marmalade-repo.org) for installation instructions.

### Dependencies

You need to use [aspell](http://aspell.net) as your spell checker as
`ispell` does not support the use of extra dictionaries.

## Development of Drupal spell

Drupal spell is actively developed at
[GitHub](https://github.com/arnested/drupal-spell). Feature requests,
ideas, bug reports, and pull request are more than welcome!