From 7feaf7a6c17e7637aa7d33cbf6581955ec26899c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 28 Jan 2014 14:59:03 -0500 Subject: Set preferred extension order for ido completion --- lisp/init-ido.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp') diff --git a/lisp/init-ido.el b/lisp/init-ido.el index ad21ccc..9c7d8c1 100644 --- a/lisp/init-ido.el +++ b/lisp/init-ido.el @@ -10,6 +10,9 @@ ido-save-directory-list-file "~/.emacs.d/cache/ido.hist" ido-max-directory-size 100000) +(setq ido-file-extensions-order + '(".org" ".txt" ".md" ".rst" ".tex" ".py" ".el" ".hs")) + ;; Disable ido faces to see flx highlights. (setq ido-use-faces nil) -- cgit v1.2.3