all repos — nixfiles @ 5390d0cd5e5f3fa7fc47c07e7889d9f5ccb6104b

System and user configuration, managed by nix and home-manager

Emacs: Enable flx in ido

Alan Pearce
commit

5390d0cd5e5f3fa7fc47c07e7889d9f5ccb6104b

parent

cf9e2160505c1346ff15f6c9f71741c9b715e385

1 file changed, 5 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -567,6 +567,11 @@ (interactive)
(ido-initiate-auto-merge (current-buffer))) (bind-key "C-c C-s" #'ido-manual-merge ido-file-dir-completion-map))) +(use-package flx-ido + :ensure t + :init (progn + (flx-ido-mode 1))) + (use-package smex :ensure t :bind (("M-x" . smex)