aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-08-07 14:06:24 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-08-07 14:06:24 +0100
commit1f4e7245c943dbec1f8ff2571c0547f4f87cee3b (patch)
treedff8de6b8a0a35f194afa5a19330f86c6703374a
parent86529cbfad3147e5b9eaee588bc638e893658931 (diff)
downloaddotfiles-1f4e7245c943dbec1f8ff2571c0547f4f87cee3b.tar.gz
dotfiles-1f4e7245c943dbec1f8ff2571c0547f4f87cee3b.tar.bz2
dotfiles-1f4e7245c943dbec1f8ff2571c0547f4f87cee3b.zip
+display buffer configuration: async shell command, org export
-rw-r--r--Emacs/.config/emacs/config.org9
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