From 525f5b95ceee9ff6b742a31baf9a19253a27803c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 25 Oct 2014 00:17:59 -0400 Subject: Don't ignore PDFs in completions --- lisp/init-ido.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-ido.el') diff --git a/lisp/init-ido.el b/lisp/init-ido.el index da40bd3..78f6140 100644 --- a/lisp/init-ido.el +++ b/lisp/init-ido.el @@ -23,7 +23,7 @@ '(".org" ".txt" ".md" ".rst" ".tex" ".py" ".el" ".hs")) (setq completion-ignored-extensions - (append '(".pdf" ".out" ".log" ".fls" ".fdb" ".fdb_latexmk") + (append '(".out" ".log" ".fls" ".fdb" ".fdb_latexmk") completion-ignored-extensions)) ;; Disable ido faces to see flx highlights. -- cgit v1.2.3