haskell / haskell/haskell-mode
Make region indentation move work by offsets
Open
well-defined-task
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
Currently when region is active and TAB or S-TAB is pressed in `haskell-indentation-mode` the region is move one space left or right. To do:
- [ ] make it move by `haskell-indentation-layout-offset`
- [ ] write some unit test cases
- [ ] write documentation about this in `haskell-mode.texi`
- [ ] make a pull request against `ghc-mod` that removes this file https://github.com/kazu-yamamoto/ghc-mod/blob/master/elisp/ghc-indent.el
Contributor guide
Assessment
This issue has not been assessed yet.