diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-07 14:06:24 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-07 14:06:24 +0100 |
commit | 1f4e7245c943dbec1f8ff2571c0547f4f87cee3b (patch) | |
tree | dff8de6b8a0a35f194afa5a19330f86c6703374a /Emacs | |
parent | 86529cbfad3147e5b9eaee588bc638e893658931 (diff) | |
download | dotfiles-1f4e7245c943dbec1f8ff2571c0547f4f87cee3b.tar.gz dotfiles-1f4e7245c943dbec1f8ff2571c0547f4f87cee3b.tar.bz2 dotfiles-1f4e7245c943dbec1f8ff2571c0547f4f87cee3b.zip |
+display buffer configuration: async shell command, org export
Diffstat (limited to 'Emacs')
-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 |