mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/twitter: larger compose-tweet popup window
This commit is contained in:
@ -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)))))
|
||||||
|
Reference in New Issue
Block a user