From 1f4e7245c943dbec1f8ff2571c0547f4f87cee3b Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 7 Aug 2020 14:06:24 +0100 Subject: +display buffer configuration: async shell command, org export --- Emacs/.config/emacs/config.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Emacs/.config/emacs') 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 -- cgit v1.2.3-13-gbd6f