Emacs: Reset buffer display
Having everything show up in the same buffer is unpleasant, the correct situation should be determined per-buffer.
This commit is contained in:
parent
62ea1086e9
commit
71eaad3446
1 changed files with 0 additions and 3 deletions
|
@ -397,9 +397,6 @@
|
|||
|
||||
(add-to-list 'debug-ignored-errors "^Can't shift all lines enough")
|
||||
|
||||
(add-to-list
|
||||
'display-buffer-alist
|
||||
'(".*" . ((display-buffer-same-window . nil))))
|
||||
(add-to-list
|
||||
'display-buffer-alist
|
||||
'("^\\*git-project-list\\*$" . ((git-project-show-window . nil))))
|
||||
|
|
Loading…
Reference in a new issue