Skip to content

Commit 88bd9a5

Browse files
Merge pull request #185 from juergenhoetzel/docu-highlight-indentation
Add hint about highlight-indentation-mode to README
2 parents 412be26 + 4f7d80a commit 88bd9a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ In order to change tab size it is possile to put this in emacs profile:
218218
(setq-default fsharp-indent-offset 2)
219219
```
220220

221+
Because the F# language is sensitive to indentation, you might wan't to highlight indentation:
222+
223+
```lisp
224+
(add-hook 'fsharp-mode-hook 'highlight-indentation-mode)
225+
```
221226

222227
## Troubleshooting
223228

0 commit comments

Comments
 (0)