Android specific window placement
This commit is contained in:
parent
79a52665b0
commit
409741397a
6 changed files with 47 additions and 42 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue