Skip to content

Commit

Permalink
Remove display-buffer-alist
Browse files Browse the repository at this point in the history
This is kind of personal preference. Better to just put it in settings.el.
  • Loading branch information
matthewbauer committed Oct 30, 2024
1 parent 520c28a commit 75fa4ce
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -530,21 +530,6 @@ Misc. defaults that don’t fit above. TODO: move these above.
'(whitespace-action '(cleanup))
'(whitespace-style '(face trailing lines space-before-tab empty))
'(whitespace-global-modes '(not erc-mode ses-mode))
'(display-buffer-alist
'(("\\*e?shell" display-buffer-in-side-window
(side . bottom)
(slot . 1))
("\\*compilation\\*"
(display-buffer-reuse-window display-buffer-in-side-window)
(side . right)
(slot . 7)
(window-width . 80)
(dedicated . t))
("\\*Help\\*\\|\\*Completions\\*"
(display-buffer-reuse-window display-buffer-pop-up-window)
(window-width . 60)
(side . right)
(slot . 3))))
'(compilation-save-buffers-predicate
(lambda ()
(let ((proj (project-current)))
Expand Down

0 comments on commit 75fa4ce

Please sign in to comment.