fix: use hook instead of mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
01dd847093
commit
ae0d7899cc
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
(add-hook 'clojure-mode-hook #'paredit-mode)
|
||||
(add-hook 'lisp-mode-hook #'paredit-mode)
|
||||
|
||||
(add-hook 'lsp-mode 'lsp-ui-mode)
|
||||
(add-hook 'lsp-mode-hook 'lsp-ui-mode)
|
||||
|
||||
(add-hook 'python-mode 'lsp-mode)
|
||||
(add-hook 'rust-mode 'lsp-rust)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue