diff options
Diffstat (limited to '.config/emacs/modules/bd--window.el')
-rw-r--r-- | .config/emacs/modules/bd--window.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/emacs/modules/bd--window.el b/.config/emacs/modules/bd--window.el index 94841e6..4f12cdd 100644 --- a/.config/emacs/modules/bd--window.el +++ b/.config/emacs/modules/bd--window.el @@ -11,12 +11,6 @@ (add-to-list 'display-buffer-alist '("^\\*Async Shell Command\\*.*$" (display-buffer-no-window))) -(add-to-list 'display-buffer-alist - '((major-mode . Info-mode) - (display-buffer-in-side-window) - (side . right) - (slot . -1) - (width . 0.15))) (defun bd/layout--do-with-haste (f) (let* ((args (transient-args 'bd/layout-dispatcher)) |