Skip to content

Commit

Permalink
Show flycheck errors inline
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhu committed Dec 16, 2022
1 parent ffc06d8 commit f6d6bc8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/008-ui-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,15 @@
(when (and (buffer-file-name) (buffer-modified-p))
(propertize "" 'face font-lock-warning-face))))

(use-package flycheck :ensure t)
(use-package flycheck
:ensure t
:config (setq flycheck-display-errors-delay 0))

(defvar-local flycheck-message nil)
(use-package flycheck-inline
:ensure t
:init (global-flycheck-inline-mode))

(defvar-local flycheck-message nil)
(defvar-local line-column-info nil)
(defun line-column-info ()
(setq line-column-info
Expand Down

0 comments on commit f6d6bc8

Please sign in to comment.