Fix flycheck tooltip
This commit is contained in:
parent
34b423b3ac
commit
bf72dec56a
@ -131,10 +131,10 @@
|
||||
(after-init . global-flycheck-mode))
|
||||
|
||||
(use-package flycheck-pos-tip
|
||||
:hook
|
||||
(flycheck-mode . flycheck-rust-setup)
|
||||
:after flycheck
|
||||
:config
|
||||
(flycheck-pos-tip-mode))
|
||||
(flycheck-pos-tip-mode)
|
||||
(add-hook 'flycheck-mode-hook #'flycheck-rust-setup))
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; Highlights.
|
||||
|
Reference in New Issue
Block a user