diff --git a/core/core-ui.el b/core/core-ui.el index 239e998f4..9b87fb539 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -10,7 +10,7 @@ ;; remove continuation arrow on right fringe fringe-indicator-alist (delq (assq 'continuation fringe-indicator-alist) fringe-indicator-alist) - highlight-nonselected-window nil + highlight-nonselected-windows nil image-animate-loop t indicate-buffer-boundaries nil indicate-empty-lines nil diff --git a/modules/feature/syntax-checker/config.el b/modules/feature/syntax-checker/config.el index 3c2fd10d3..0163ae00a 100644 --- a/modules/feature/syntax-checker/config.el +++ b/modules/feature/syntax-checker/config.el @@ -27,7 +27,7 @@ (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 (setq flycheck-pos-tip-timeout 10 flycheck-display-errors-delay 0.5)