Closed kalxd closed 6 months ago
Hey, for a config example check out: https://github.com/kritzcreek/a-whole-new-world/blob/4410b70528d731bccb3e0b833d717b1eff57a1e9/init.el#L409-L425 Hope that helps.
Hey, for a config example check out: https://github.com/kritzcreek/a-whole-new-world/blob/4410b70528d731bccb3e0b833d717b1eff57a1e9/init.el#L409-L425 Hope that helps.
great, thanks.
Hi, all.
I am using emacs 28.2 on debian stable (bookworm), and
purescript-mode
is installed viause-package
:then I open a fresh
spago
project, and typeenter
orreturn
key on the source file, the help popups, it shows below:however, I tried add hook to the
purescript-mode-hook
, but it did not work also. so how can I fix the problem? thanks.