Android specific window placement

This commit is contained in:
BirDt_ 2025-09-27 16:38:14 +08:00
parent 79a52665b0
commit 409741397a
6 changed files with 47 additions and 42 deletions

View file

@ -29,10 +29,10 @@
:config (magit-todos-mode 1))
(add-to-list 'display-buffer-alist
'("magit:"
`("magit:"
(display-buffer-in-side-window)
(side . right)
(slot . 4)
(side . ,(if (equal system-type 'android) 'top 'right))
(slot . ,(if (equal system-type 'android) 0 4))
(window-width . 0.2)))
(provide 'git-interface)