Skip to content

Commit eb88093

Browse files
authored
Merge pull request #1140 from fr-joseph/patch-1
Update README.md - Add troubleshooting tip for emacs with symlinks
2 parents 9c03105 + 295e4a9 commit eb88093

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ For `eglot`, use:
9393
(add-to-list 'eglot-server-programs '(elixir-mode "path-to-elixir-ls/release/language_server.sh"))
9494
```
9595

96+
If you access any projects via symlinks, and the lsp crashes immediately on startup in those projects, you might need this:
97+
98+
```elisp
99+
(setq find-file-visit-truename t)
100+
```
101+
96102
</details>
97103

98104
## Supported Elixir and OTP versions

0 commit comments

Comments
 (0)