(Emacs/app|config)~change some window heights in :display
This commit is contained in:
@@ -443,7 +443,7 @@ Pretty symbols and a display record.
|
|||||||
:display
|
:display
|
||||||
("\\*e?shell\\*" ; for general shells as well
|
("\\*e?shell\\*" ; for general shells as well
|
||||||
(display-buffer-at-bottom)
|
(display-buffer-at-bottom)
|
||||||
(window-height . 0.40)))
|
(window-height . 0.30)))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Eshell variables and aliases
|
** Eshell variables and aliases
|
||||||
Set some sane defaults, a banner and a prompt. The prompt checks for
|
Set some sane defaults, a banner and a prompt. The prompt checks for
|
||||||
|
|||||||
@@ -658,7 +658,7 @@ thing faster and within Emacs lisp. ~rgrep~ is useful though.
|
|||||||
:display
|
:display
|
||||||
("^\\*grep.*"
|
("^\\*grep.*"
|
||||||
(display-buffer-at-bottom display-buffer-reuse-window)
|
(display-buffer-at-bottom display-buffer-reuse-window)
|
||||||
(window-height . 0.25)
|
(window-height . 0.35)
|
||||||
(reusable-frames . t))
|
(reusable-frames . t))
|
||||||
:general
|
:general
|
||||||
(search-leader
|
(search-leader
|
||||||
|
|||||||
Reference in New Issue
Block a user