feat(gs/emacs): Set popup rules for gud buffers

Change-Id: I74730a924b7cf6652dd64704aa36f850160d8bae
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3289
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2021-08-07 14:07:34 -04:00 committed by grfn
parent 2d6e4cda13
commit 387425744d

View file

@ -1076,3 +1076,7 @@
(add-to-list 'safe-local-variable-values
'(truncate-lines . t))
(set-popup-rule!
"^\\*gud-"
:quit nil)