Commit dba5b83ad98d

Vincent Demeester <vincent@sbr.pm>
2020-01-30 12:24:21
setup-buffers.el: try to set term and vterm …
… as side windows Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2517abf
Changed files (1)
lisp/setup-buffers.el
@@ -35,6 +35,11 @@
            (window-height . 0.25)
            (side . bottom)
            (slot . -1))
+          ("\\*v?term.*"
+           (display-buffer-in-side-window)
+           (window-height . 0.25)
+           (side . bottom)
+           (slot . -1))
           ("\\*\\(Backtrace\\|Warnings\\|Compile-Log\\|[Hh]elp\\|Messages\\)\\*"
            (display-buffer-in-side-window)
            (window-height . 0.25)