nonsequitur / smex

A smart M-x enhancement for Emacs.
875 stars 87 forks source link

Custom ido bindings stop working with Smex installed #58

Open auwsmit opened 8 years ago

auwsmit commented 8 years ago

So I'm using this snippet:

(define-key ido-common-completion-map "\C-j" 'ido-next-match)
(define-key ido-common-completion-map "\C-k" 'ido-prev-match)
(define-key ido-file-completion-map "\C-k" 'ido-prev-match)
(define-key ido-buffer-completion-map "\C-k" 'ido-prev-match)

to more easily navigate through results in ido (especially with vertical-ido-mode). When I install Smex, the bindings cease to work in all ido modes, not just Smex.

Any ideas or info?

ColemanGariety commented 8 years ago

Possibly related to #60