Fix flycheck tooltip

This commit is contained in:
Wojciech Kozlowski 2018-07-08 00:54:44 +01:00
parent 34b423b3ac
commit bf72dec56a

View File

@ -131,10 +131,10 @@
(after-init . global-flycheck-mode)) (after-init . global-flycheck-mode))
(use-package flycheck-pos-tip (use-package flycheck-pos-tip
:hook :after flycheck
(flycheck-mode . flycheck-rust-setup)
:config :config
(flycheck-pos-tip-mode)) (flycheck-pos-tip-mode)
(add-hook 'flycheck-mode-hook #'flycheck-rust-setup))
;; -------------------------------------------------------------------------- ;; --------------------------------------------------------------------------
;; Highlights. ;; Highlights.