aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-04-27 15:42:54 +0530
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-04-27 15:42:54 +0530
commita08ebf097a90429d080acd1b62e9179894538e1e (patch)
tree20b03fc5d6fa8f2a1c803b6931598b37e91b0d6f /Emacs/.config/emacs
parent0c741c29c7976781824d8fae1dd2396a294db78f (diff)
downloaddotfiles-a08ebf097a90429d080acd1b62e9179894538e1e.tar.gz
dotfiles-a08ebf097a90429d080acd1b62e9179894538e1e.tar.bz2
dotfiles-a08ebf097a90429d080acd1b62e9179894538e1e.zip
(Emacs/app|config)~change some window heights in :display
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/app.org2
-rw-r--r--Emacs/.config/emacs/config.org2
2 files changed, 2 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/app.org b/Emacs/.config/emacs/app.org
index 415019c..5145d4a 100644
--- a/Emacs/.config/emacs/app.org
+++ b/Emacs/.config/emacs/app.org
@@ -443,7 +443,7 @@ Pretty symbols and a display record.
:display
("\\*e?shell\\*" ; for general shells as well
(display-buffer-at-bottom)
- (window-height . 0.40)))
+ (window-height . 0.30)))
#+end_src
** Eshell variables and aliases
Set some sane defaults, a banner and a prompt. The prompt checks for
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 3d1043b..c0f279e 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -658,7 +658,7 @@ thing faster and within Emacs lisp. ~rgrep~ is useful though.
:display
("^\\*grep.*"
(display-buffer-at-bottom display-buffer-reuse-window)
- (window-height . 0.25)
+ (window-height . 0.35)
(reusable-frames . t))
:general
(search-leader