From 7dafda0805538b53995db0ec64de4f3a204357f6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 13 Jun 2016 12:35:12 +0100 Subject: [PATCH] emacs: Make completion find .git/ too --- home/emacs/ian.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/emacs/ian.el b/home/emacs/ian.el index fde3182..0d8075c 100644 --- a/home/emacs/ian.el +++ b/home/emacs/ian.el @@ -535,4 +535,8 @@ The citation string is taken from cite-string." (> (point-max) (point))) (insert cite-string))))) ; + + +(delete ".git/" completion-ignored-extensions) + ; End of this file. -- 2.30.2