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}")
|
||||
(lui-time-stamp-position 'right-margin)
|
||||
(lui-fill-type nil)
|
||||
(lui-time-stamp-format "%H:%M")
|
||||
(lui-time-stamp-format "%T")
|
||||
:config
|
||||
(--when-let (nth 0 (auth-source-search :max 1
|
||||
:require '(:user :secret)
|
||||
|
@ -725,13 +725,22 @@
|
|||
(lambda ()
|
||||
(visual-line-mode)
|
||||
(setq-local fringes-outside-margins t
|
||||
right-margin-width 5
|
||||
right-margin-width 8
|
||||
wrap-prefix " ")
|
||||
(setcdr (assoc 'continuation fringe-indicator-alist) nil))))
|
||||
|
||||
(use-package 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
|
||||
:custom
|
||||
(elfeed-feeds '(("https://archlinux.org/feeds/news/" arch-linux))))
|
||||
|
|
Loading…
Reference in a new issue