+display buffer configuration: async shell command, org export

This commit is contained in:
2020-08-07 14:06:24 +01:00
parent 86529cbfad
commit 1f4e7245c9

View File

@@ -680,6 +680,15 @@ So, as Emacs is the ultimate editor, I want to configure and fine tune the windo
(side . bottom)
(window-height . 0.25)
(slot . 1))
("\\*Org Export.*"
(display-buffer-in-side-window)
(side . bottom)
(window-height . 0.25)
(slot . 0))
("\\*Async Shell Command\\*"
(display-buffer-in-side-window)
(side . bottom)
(window-height . 0.25))
))
#+END_SRC
* Major modes and Programming