dieggsy/esh-autosuggest

Typo in Rationale and Tips section

franburstall opened this issue · 1 comments

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.

Thanks! Should be fixed now.