Emacs: Show any scratch buffers in current window
This commit is contained in:
parent
4cf76b65c1
commit
454f5cd77e
1 changed files with 3 additions and 0 deletions
|
@ -356,6 +356,9 @@
|
||||||
|
|
||||||
(add-to-list 'debug-ignored-errors "^Can't shift all lines enough")
|
(add-to-list 'debug-ignored-errors "^Can't shift all lines enough")
|
||||||
|
|
||||||
|
(add-to-list
|
||||||
|
'display-buffer-alist
|
||||||
|
'("^\\*\\(?:.+-\\)?scratch\\*$" . ((display-buffer-same-window . nil))))
|
||||||
(add-to-list
|
(add-to-list
|
||||||
'display-buffer-alist
|
'display-buffer-alist
|
||||||
'("^\\*git-project-list\\*$" . ((git-project-show-window . nil))))
|
'("^\\*git-project-list\\*$" . ((git-project-show-window . nil))))
|
||||||
|
|
Loading…
Reference in a new issue