diff options
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 33214d8..2f1062b 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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 |