Minor correction to package name in the readme
This commit is contained in:
parent
46b5d9c9ea
commit
b5b2b4c498
2 changed files with 2 additions and 1 deletions
|
@ -103,4 +103,5 @@
|
||||||
:category 'cape-jinx)
|
:category 'cape-jinx)
|
||||||
,@cape--jinx-properties))))
|
,@cape--jinx-properties))))
|
||||||
|
|
||||||
|
;;; cape-jinx-completion.el ends here
|
||||||
(provide 'cape-jinx-completion)
|
(provide 'cape-jinx-completion)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#+TITLE: Completion At Point extensions using Jinx spell checking
|
#+TITLE: Completion At Point extensions using Jinx spell checking
|
||||||
|
|
||||||
* Cape-jinx package
|
* Cape-jinx-completion package
|
||||||
Simple package providing =completion-at-point= extension using spell checking capabilities derived from [[https://abiword.github.io/enchant/][Abiword's libenchant]]. All of the heavy lifting is done using [[https://github.com/minad/jinx][jinx.el]] package - Enchanted Spell Checker.
|
Simple package providing =completion-at-point= extension using spell checking capabilities derived from [[https://abiword.github.io/enchant/][Abiword's libenchant]]. All of the heavy lifting is done using [[https://github.com/minad/jinx][jinx.el]] package - Enchanted Spell Checker.
|
||||||
|
|
||||||
[[https://abiword.github.io/enchant/][Libenchant]] wraps several of the spell checkers. [[https://github.com/minad/jinx][Jinx.el]] package provides on-the-fly spell checking and is a pleasure to configure, especially when using multiple dictionaries.
|
[[https://abiword.github.io/enchant/][Libenchant]] wraps several of the spell checkers. [[https://github.com/minad/jinx][Jinx.el]] package provides on-the-fly spell checking and is a pleasure to configure, especially when using multiple dictionaries.
|
||||||
|
|
Loading…
Reference in a new issue