Skip to content

Commit a9adfd7

Browse files
committed
ignore hidden files
1 parent 2f0f935 commit a9adfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-emacs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Call `haskell-emacs-help' to read the documentation."
105105
(mkdir haskell-emacs-dir t))))
106106
(funs (haskell-emacs-filter (lambda (x) (not (or (equal (file-name-nondirectory x) "HaskellEmacs.hs")
107107
(equal (file-name-nondirectory x) "Setup.hs"))))
108-
(directory-files haskell-emacs-dir t ".+\.hs$")))
108+
(directory-files haskell-emacs-dir t "^[^.].+\.hs$")))
109109
(process-connection-type nil)
110110
(arity-list)
111111
(docs)

0 commit comments

Comments
 (0)