mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Erlang LSP module improvements
- Add README.org - Make it so other completion frameworks don't compete with the lsp module - load lsp via erlang-local-vars-hook
This commit is contained in:
@@ -26,4 +26,4 @@
|
||||
:hook (erlang-mode . company-erlang-init))
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(add-hook 'erlang-mode-hook #'lsp!))
|
||||
(add-hook 'erlang-mode-local-vars-hook #'lsp!))
|
||||
|
Reference in New Issue
Block a user