branch: externals/jinx
commit 46f6edeea8aa8cfd1d9a161273d83e0e1d204bcf
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
jinx-correct: Setup minibuffer keymaps later (Fix #112)
---
jinx.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jinx.el b/jinx.el
index 92ff7d75e9..467d4fd0da 100644
--- a/jinx.el
+++ b/jinx.el
@@ -734,7 +734,7 @@ The word will be associated with GROUP and get a prefix
key."
(when (or (< (point) (window-start)) (> (point) (window-end
nil t)))
(recenter))
(minibuffer-with-setup-hook
- #'jinx--correct-setup
+ (:append #'jinx--correct-setup)
(or (completing-read
(format "Correct ā%sā%s: " word (or info ""))
(jinx--correct-table