chiark / gitweb /
emacs: Make completion find .git/ too
[ian-dotfiles.git] / 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.