ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Preserve the behavior of 'space' when rebinding inside a minibuffer #497

Closed wlandry closed 3 years ago

wlandry commented 3 years ago

In minibuffers, the usual binding for 'space' is 'complete-word. When completing filenames, it is overriden to allow literal spaces. This fix preserves that override.

Fixes #471