mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/flycheck: fix error list popup rule
This commit is contained in:
@ -24,8 +24,7 @@ errors.")
|
|||||||
|
|
||||||
;; Don't commandeer input focus if the error message pops up (happens when
|
;; Don't commandeer input focus if the error message pops up (happens when
|
||||||
;; tooltips and childframes are disabled).
|
;; tooltips and childframes are disabled).
|
||||||
(after! flycheck
|
(set-popup-rule! "^\\*Flycheck error messages\\*" :select nil)
|
||||||
(set-popup-rule! flycheck-error-message-buffer :select nil))
|
|
||||||
|
|
||||||
(add-hook! 'doom-escape-hook :append
|
(add-hook! 'doom-escape-hook :append
|
||||||
(defun +flycheck-buffer-h ()
|
(defun +flycheck-buffer-h ()
|
||||||
|
Reference in New Issue
Block a user