Add mastodon mode
This commit is contained in:
parent
3c52e596b2
commit
15cc38d6e8
1 changed files with 6 additions and 0 deletions
6
init.el
6
init.el
|
@ -513,6 +513,12 @@
|
||||||
(elfeed-org)
|
(elfeed-org)
|
||||||
(setq rmh-elfeed-org-files (list "~/notes/elfeed.org")))
|
(setq rmh-elfeed-org-files (list "~/notes/elfeed.org")))
|
||||||
|
|
||||||
|
(use-package mastodon
|
||||||
|
:straight t
|
||||||
|
:config
|
||||||
|
(setq mastodon-instance-url "https://mathstodon.xyz"
|
||||||
|
mastodon-active-user "dlzv"))
|
||||||
|
|
||||||
(use-package pdf-tools
|
(use-package pdf-tools
|
||||||
:straight t
|
:straight t
|
||||||
:load-path "site-lisp/pdf-tools/lisp"
|
:load-path "site-lisp/pdf-tools/lisp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue