We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0f935 commit a9adfd7Copy full SHA for a9adfd7
haskell-emacs.el
@@ -105,7 +105,7 @@ Call `haskell-emacs-help' to read the documentation."
105
(mkdir haskell-emacs-dir t))))
106
(funs (haskell-emacs-filter (lambda (x) (not (or (equal (file-name-nondirectory x) "HaskellEmacs.hs")
107
(equal (file-name-nondirectory x) "Setup.hs"))))
108
- (directory-files haskell-emacs-dir t ".+\.hs$")))
+ (directory-files haskell-emacs-dir t "^[^.].+\.hs$")))
109
(process-connection-type nil)
110
(arity-list)
111
(docs)
0 commit comments