mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
shackle: wider net for flycheck popup detection
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
(setq shackle-rules
|
(setq shackle-rules
|
||||||
'(;; Plugins
|
'(;; Plugins
|
||||||
("\\` ?\\*[hH]elm.*?\\*\\'" :regexp t :align below :size 20 :select t)
|
("\\` ?\\*[hH]elm.*?\\*\\'" :regexp t :align below :size 20 :select t)
|
||||||
("*Flycheck errors*" :align below :size 15 :noselect t)
|
(" ?\\*Flycheck.+\\*" :regexp t :align below :size 15 :noselect t)
|
||||||
(" *NeoTree*" :align left :select t)
|
(" *NeoTree*" :align left :select t)
|
||||||
("*evil-registers*" :align below :size 0.3)
|
("*evil-registers*" :align below :size 0.3)
|
||||||
("*quickrun*" :align below :size 15 :noselect t)
|
("*quickrun*" :align below :size 15 :noselect t)
|
||||||
|
Reference in New Issue
Block a user