Set geiser next to the bottom terminal

This commit is contained in:
Jakub 2025-10-28 09:13:06 +08:00
parent ed7f0479fa
commit 40790fde5a
2 changed files with 8 additions and 2 deletions

View file

@ -39,7 +39,7 @@
;; left, top, right, bottom
(setq window-sides-slots (if (equal system-type 'android)
'(1 1 0 1)
'(5 1 5 1)))
'(5 1 5 2)))
(add-to-list 'display-buffer-alist
`("\\*Help\\*"

View file

@ -45,7 +45,13 @@
(use-package geiser)
(use-package geiser-chicken
:after (geiser))
:after (geiser)
:config (add-to-list 'display-buffer-alist
'("\\*Geiser"
(display-buffer-in-side-window)
(side . bottom)
(slot . 1)
(window-height . 0.2))))
;; SICP my beloved
(use-package sicp