haskell / haskell/haskell-mode

haskell-mode interferes with magit-blame

Open
#1,510 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
1.4k
Forks
354
Avg merge
5d 10h
Merged PRs (30d)
2

Description

Running `magit-blame` on a file with `haskell-mode` causes the RET key, which should normally run `magit-show-commit`, to instead attempt to run `haskell-indentation-newline-and-indent` (which doesn't do what is expected and fails).

Instead of changing the key binding of the RET key in `haskell-indentation-mode-map`, can `haskell-indentation-newline-and-indent` be implemented on top of the regular `newline-and-indent` by providing its custom `indent-line-function`?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.