Typo in Rationale and Tips section
franburstall opened this issue · 1 comments
franburstall commented
I think the define-key
form in setup-eshell-ivy-completion
should read:
(define-key eshell-mode-map [remap eshell-pcomplete] 'completion-at-point)
The keymap argument is currently missing.
dieggsy commented
Thanks! Should be fixed now.