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:
parent
2d6e4cda13
commit
387425744d
1 changed files with 4 additions and 0 deletions
|
@ -1076,3 +1076,7 @@
|
||||||
|
|
||||||
(add-to-list 'safe-local-variable-values
|
(add-to-list 'safe-local-variable-values
|
||||||
'(truncate-lines . t))
|
'(truncate-lines . t))
|
||||||
|
|
||||||
|
(set-popup-rule!
|
||||||
|
"^\\*gud-"
|
||||||
|
:quit nil)
|
||||||
|
|
Loading…
Reference in a new issue