Add mastodon
This commit is contained in:
parent
f19778e9e0
commit
a82a26f233
13
init.el
13
init.el
|
@ -704,7 +704,7 @@
|
||||||
(circe-format-self-say ">>> {body}")
|
(circe-format-self-say ">>> {body}")
|
||||||
(lui-time-stamp-position 'right-margin)
|
(lui-time-stamp-position 'right-margin)
|
||||||
(lui-fill-type nil)
|
(lui-fill-type nil)
|
||||||
(lui-time-stamp-format "%H:%M")
|
(lui-time-stamp-format "%T")
|
||||||
:config
|
:config
|
||||||
(--when-let (nth 0 (auth-source-search :max 1
|
(--when-let (nth 0 (auth-source-search :max 1
|
||||||
:require '(:user :secret)
|
:require '(:user :secret)
|
||||||
|
@ -725,13 +725,22 @@
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(visual-line-mode)
|
(visual-line-mode)
|
||||||
(setq-local fringes-outside-margins t
|
(setq-local fringes-outside-margins t
|
||||||
right-margin-width 5
|
right-margin-width 8
|
||||||
wrap-prefix " ")
|
wrap-prefix " ")
|
||||||
(setcdr (assoc 'continuation fringe-indicator-alist) nil))))
|
(setcdr (assoc 'continuation fringe-indicator-alist) nil))))
|
||||||
|
|
||||||
(use-package circe-notifications
|
(use-package circe-notifications
|
||||||
:hook (circe-server-connected . enable-circe-notifications))
|
:hook (circe-server-connected . enable-circe-notifications))
|
||||||
|
|
||||||
|
(use-package mpv)
|
||||||
|
(use-package lingva)
|
||||||
|
|
||||||
|
(use-package mastodon
|
||||||
|
:custom
|
||||||
|
(mastodon-instance-url "https://fosstodon.org")
|
||||||
|
(mastodon-active-user "eriedaberrie")
|
||||||
|
(mastodon-toot-timestamp-format "%F %-I:%M %p"))
|
||||||
|
|
||||||
(use-package elfeed
|
(use-package elfeed
|
||||||
:custom
|
:custom
|
||||||
(elfeed-feeds '(("https://archlinux.org/feeds/news/" arch-linux))))
|
(elfeed-feeds '(("https://archlinux.org/feeds/news/" arch-linux))))
|
||||||
|
|
Loading…
Reference in a new issue