Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arnested/drupal-spell
- Owner: arnested
- License: gpl-3.0
- Created: 2013-03-22T16:44:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T15:14:10.000Z (over 5 years ago)
- Last Synced: 2023-03-12T02:48:38.566Z (almost 2 years ago)
- Topics: aspell, drupal, emacs, hacktoberfest
- Language: Emacs Lisp
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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!