chiark / gitweb /
emacs: Make completion find .git/ too
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 13 Jun 2016 11:35:12 +0000 (12:35 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 13 Jun 2016 11:35:12 +0000 (12:35 +0100)
home/emacs/ian.el

index fde31822bbb016c280c0e188ec2c893691585c73..0d8075c6a4216cf8d678c36317710b51e9ca9837 100644 (file)
@@ -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.