app/twitter: larger compose-tweet popup window
This commit is contained in:
parent
a0fa6e5b97
commit
c01a1597cf
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@
|
||||||
twittering-initial-timeline-spec-string
|
twittering-initial-timeline-spec-string
|
||||||
'(":home" ":mentions" ":direct_messages"))
|
'(":home" ":mentions" ":direct_messages"))
|
||||||
|
|
||||||
(set! :popup "^\\*twittering-edit" nil '((transient) (quit) (select . t) (modeline . minimal)))
|
(set! :popup "^\\*twittering-edit"
|
||||||
|
'((size . 15))
|
||||||
|
'((transient) (quit) (select . t)))
|
||||||
|
|
||||||
(defface twitter-divider
|
(defface twitter-divider
|
||||||
`((t (:underline (:color ,(doom-darken 'vertical-bar 0.2)))))
|
`((t (:underline (:color ,(doom-darken 'vertical-bar 0.2)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue