commit
1118a3b7f9
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
;; remove continuation arrow on right fringe
|
;; remove continuation arrow on right fringe
|
||||||
fringe-indicator-alist (delq (assq 'continuation fringe-indicator-alist)
|
fringe-indicator-alist (delq (assq 'continuation fringe-indicator-alist)
|
||||||
fringe-indicator-alist)
|
fringe-indicator-alist)
|
||||||
highlight-nonselected-window nil
|
highlight-nonselected-windows nil
|
||||||
image-animate-loop t
|
image-animate-loop t
|
||||||
indicate-buffer-boundaries nil
|
indicate-buffer-boundaries nil
|
||||||
indicate-empty-lines nil
|
indicate-empty-lines nil
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
(advice-add 'evil-force-normal-state :after '+syntax-checkers|flycheck-buffer))
|
(advice-add 'evil-force-normal-state :after '+syntax-checkers|flycheck-buffer))
|
||||||
|
|
||||||
|
|
||||||
(def-package! flycheck-pos-type :after flycheck
|
(def-package! flycheck-pos-tip :after flycheck
|
||||||
:config
|
:config
|
||||||
(setq flycheck-pos-tip-timeout 10
|
(setq flycheck-pos-tip-timeout 10
|
||||||
flycheck-display-errors-delay 0.5)
|
flycheck-display-errors-delay 0.5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue