refactor: remove unneeded/magic in add-hook! calls
This commit is contained in:
parent
5311214f90
commit
1c16b84691
3 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@ Can be a list of backends; accepts any value `company-backends' accepts.")
|
|||
(setq-local flycheck-checker old-checker))
|
||||
(apply fn args)))
|
||||
|
||||
(add-hook! 'lsp-mode-hook #'+lsp-optimization-mode)
|
||||
(add-hook 'lsp-mode-hook #'+lsp-optimization-mode)
|
||||
|
||||
(when (modulep! :completion company)
|
||||
(add-hook! 'lsp-completion-mode-hook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue