Fix to completion-at-point-function's name in READE

master
Adam Kruszewski 2023-07-03 16:25:02 +02:00
parent e57860e12a
commit 656e540d3d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Completion candidates using spell checker:
:after jinx
:config
;; 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
* Customization