From: Ian Jackson Date: Mon, 13 Jun 2016 11:35:12 +0000 (+0100) Subject: emacs: Make completion find .git/ too X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=ian-dotfiles.git;a=commitdiff_plain;h=7dafda0805538b53995db0ec64de4f3a204357f6;ds=sidebyside emacs: Make completion find .git/ too --- 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.