We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I save a Haskell file, on a new setup on NixOS, I get the following:
Symbol’s function definition is void: haskell-mode-after-save-handler
The error doesn't go away if I do
(require 'haskell-mode)
But it does if I load the module directly:
(load "/run/current-system/sw/share/emacs/site-lisp/elpa/haskell-mode-20240116.1718/haskell.el")
From other packages experiencing similar issues, I would guess it's an issue with autoload…
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I save a Haskell file, on a new setup on NixOS, I get the following:
The error doesn't go away if I do
But it does if I load the module directly:
From other packages experiencing similar issues, I would guess it's an issue with autoload…
The text was updated successfully, but these errors were encountered: