Skip to content

jschaf/camel-spell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Camel Spell - Spellchecking for camelCase words.

Spell check camelcased words with the normal ispell and flyspell commands.

Usage

Developing

Patches are always welcome. To submit a patch, use something like the following workflow.

git clone https://github.com/jschaf/camel-spell.git
cd camel-spell
git checkout -b MY-NEW-FIX

Implement your fix. Please use angular-style commit messages.

Ensure that all Emacs-lisp code is lint-clean with flycheck.

Test your fix with Cask. You can install cask with:

curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
export PATH="/home/joe/.cask/bin:$PATH"

Test your fixes with the Emacs Regression Test runner.

cask exec ert-runner

Send your commits for review.

git push origin MY-NEW-FIX

Create a pull request with the normal Github user interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors