Android specific window placement
This commit is contained in:
parent
79a52665b0
commit
409741397a
6 changed files with 47 additions and 42 deletions
|
@ -46,12 +46,13 @@
|
|||
(switch-to-buffer "*weather*")
|
||||
(eww (concat "wttr.in/" theurgy-city "?0"))))
|
||||
|
||||
(add-to-list 'display-buffer-alist
|
||||
'("\\*weather\\*"
|
||||
(display-buffer-in-side-window)
|
||||
(side . left)
|
||||
(slot . 4)
|
||||
(window-width . 0.15)))
|
||||
(unless (equal system-type 'android)
|
||||
(add-to-list 'display-buffer-alist
|
||||
'("\\*weather\\*"
|
||||
(display-buffer-in-side-window)
|
||||
(side . left)
|
||||
(slot . 4)
|
||||
(window-width . 0.15))))
|
||||
|
||||
(provide 'browser)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue