Appease byte-compiler-sama

This commit is contained in:
Henrik Lissner 2018-05-14 20:35:26 +02:00
parent 6e3f500a39
commit e44fd886f2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 21 additions and 18 deletions

View file

@ -62,7 +62,7 @@ that works with the feature/popup module."
(with-current-buffer buf
(twittering-rerender-timeline-all buf)
(setq-local line-spacing 0.2)
(goto-line 0 buf))))
(goto-char (point-min)))))
;;;###autoload
(defun +twitter/ace-link ()

View file

@ -30,7 +30,8 @@
'((transient) (quit) (select . t)))
(defface twitter-divider
`((t (:underline (:color ,(doom-darken 'vertical-bar 0.2)))))
'((((background dark)) (:underline (:color "#141519")))
(((background light)) (:underline (:color "#d3d3d3"))))
"The vertical divider between tweets."
:group 'twittering-mode)