diff options
-rw-r--r-- | lisp/init-ido.el | 3 |
1 files changed, 3 insertions, 0 deletions
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) |