Skip to content
New issue

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

Symbol’s function definition is void: haskell-mode-after-save-handler #1849

Open
kephas opened this issue Sep 1, 2024 · 0 comments
Open

Comments

@kephas
Copy link

kephas commented Sep 1, 2024

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…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant