Add exception to stick nosetests buffer popup
This commit is contained in:
parent
17ab60e9e9
commit
d80827fc31
1 changed files with 2 additions and 1 deletions
|
@ -290,7 +290,8 @@ argument takes the kindows rotate backwards."
|
|||
;;there were errors
|
||||
(message "There were errors. SPC-e-n to visit.")
|
||||
(unless (or (string-match "Grep finished" (buffer-string))
|
||||
(string-match "Ag finished" (buffer-string)))
|
||||
(string-match "Ag finished" (buffer-string))
|
||||
(string-match "nosetests" (buffer-name)))
|
||||
|
||||
;;no errors, make the compilation window go away in 0.5 seconds
|
||||
(delete-windows-on buf)
|
||||
|
|
Reference in a new issue