From 1a25efe5135f3e48007e6cb80a8fb15c31489c3b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 28 Jan 2014 14:59:22 -0500 Subject: Add ignored extensions for ido completion --- lisp/init-ido.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp') 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) -- cgit v1.2.3