Skip to content

Instantly share code, notes, and snippets.

@zeta-00
Created June 4, 2019 02:52
Show Gist options
  • Save zeta-00/57e63e5a4cb1e40a4e10aa866a935138 to your computer and use it in GitHub Desktop.
Save zeta-00/57e63e5a4cb1e40a4e10aa866a935138 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (void-function flycheck-mode)
flycheck-mode()
run-hooks(change-major-mode-after-body-hook prog-mode-hook haskell-mode-hook)
apply(run-hooks (change-major-mode-after-body-hook prog-mode-hook haskell-mode-hook))
run-mode-hooks(haskell-mode-hook)
haskell-mode()
set-auto-mode-0(haskell-mode nil)
set-auto-mode()
normal-mode(t)
after-find-file(nil t)
find-file-noselect-1(#<buffer hello_world.hs> "~/projects/practice/haskell_practice_projects/hello_world/hello_world.hs" nil nil "~/projects/practice/haskell_practice_projects/hello_world/hello_world.hs" (18879287 66305))
find-file-noselect("~/projects/practice/haskell_practice_projects/hello_world/hello_world.hs" nil nil t)
find-file("~/projects/practice/haskell_practice_projects/hello_world/hello_world.hs" t)
funcall-interactively(find-file "~/projects/practice/haskell_practice_projects/hello_world/hello_world.hs" t)
call-interactively(find-file nil nil)
command-execute(find-file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment