Skip to content

Commit 4f7d80a

Browse files
Add hint about highlight-indentation-mode to README
1 parent 412be26 commit 4f7d80a

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)