mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(elixir): unbalanced paren in add-hook call
Amend: 4e2449031e
Amend: #8284
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
(sp-local-pair "fn " " end" :unless '(sp-in-comment-p sp-in-string-p)))
|
||||
|
||||
(when (modulep! +lsp +tree-sitter)
|
||||
(add-hook 'elixir-ts-mode-local-vars-hook #'lsp! 'append)
|
||||
(add-hook 'elixir-ts-mode-local-vars-hook #'lsp! 'append))
|
||||
|
||||
(when (modulep! +lsp)
|
||||
(add-hook 'elixir-mode-local-vars-hook #'lsp! 'append)
|
||||
|
Reference in New Issue
Block a user