diff options
-rw-r--r-- | lisp/init-ido.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/init-ido.el b/lisp/init-ido.el index 9c7d8c1..08b46aa 100644 --- a/lisp/init-ido.el +++ b/lisp/init-ido.el @@ -13,6 +13,10 @@ (setq ido-file-extensions-order '(".org" ".txt" ".md" ".rst" ".tex" ".py" ".el" ".hs")) +(setq completion-ignored-extensions + (append '(".pdf" ".out" ".log" ".fls" ".fdb" ".fdb_latexmk") + completion-ignored-extensions)) + ;; Disable ido faces to see flx highlights. (setq ido-use-faces nil) |