mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
;; 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 ()
|
||||
|
Reference in New Issue
Block a user