tools/flycheck: fix error list popup rule
This commit is contained in:
parent
e28b4215ec
commit
5213a0b4f1
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ errors.")
|
|||
|
||||
;; Don't commandeer input focus if the error message pops up (happens when
|
||||
;; tooltips and childframes are disabled).
|
||||
(after! flycheck
|
||||
(set-popup-rule! flycheck-error-message-buffer :select nil))
|
||||
(set-popup-rule! "^\\*Flycheck error messages\\*" :select nil)
|
||||
|
||||
(add-hook! 'doom-escape-hook :append
|
||||
(defun +flycheck-buffer-h ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue