aboutsummaryrefslogtreecommitdiffhomepage
path: root/haskell-tab-indent.el
Commit message (Collapse)AuthorAge
* reformatSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* cl-flet* -> cl-fletSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* also permit cycling indent of 'where' lineSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix regexpSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* safer reindenting of 'where' on previous lineSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* readabilitySean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* reformatSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* fix the indentation of line containing 'where' if neededSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* rewrite algorithm, changing what we treat as a special caseSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* simplify lining up declarations and definitionsSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* reset when current is at least one more than previousSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* improve behaviour when the previous line was a declarationSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* code cleanupSean Whitton2020-05-13
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* better regexp for first line of where clausesSean Whitton2020-05-12
| | | | Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* update sample hook to ensure modes are turned on, not just toggledSean Whitton2017-07-01
| | | | | Recent haskell-mode activates haskell-indentation-mode at startup, and the hook could toggle it off, which is not desired.
* deactivate haskell-indentation-mode when activating our modeSean Whitton2017-07-01
|
* add Package-Version header0.1.0Sean Whitton2015-12-05
|
* initial commit to independent repoSean Whitton2015-12-05