move timers to top side

This commit is contained in:
Jakub 2025-09-24 16:24:03 +08:00
parent 32c64f3bba
commit 3d9292c416

View file

@ -90,8 +90,9 @@
(add-to-list 'display-buffer-alist
'("\\\\*tmr-tabulated-view\\\\*"
(display-buffer-in-side-window)
(side . left)
(slot . 4)))
(side . top)
(slot . 4)
(window-height . 0.1)))
(provide 'scratch)