Fix to completion-at-point-function's name in READE
This commit is contained in:
parent
e57860e12a
commit
656e540d3d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ Completion candidates using spell checker:
|
||||||
:after jinx
|
:after jinx
|
||||||
:config
|
:config
|
||||||
;; add cape-jinx to completion-at-point functions list.
|
;; add cape-jinx to completion-at-point functions list.
|
||||||
(add-to-list 'completion-at-point-functions #'cape-jinx))
|
(add-to-list 'completion-at-point-functions #'cape-jinx-completion))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Customization
|
* Customization
|
||||||
|
|
Loading…
Reference in a new issue