mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -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)
|
||||||
|
Reference in New Issue
Block a user