Install and configure the mastodon package
This commit is contained in:
parent
75e9937b49
commit
e7ddeff8b2
@ -2569,6 +2569,15 @@ I don’t always use the package menu, but when i do, i want to do it in style
|
||||
(window-system . x))))
|
||||
#+end_src
|
||||
|
||||
** Mastodon
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package mastodon
|
||||
:custom
|
||||
(mastodon-instance-url "https://social.polonkai.eu/")
|
||||
(mastodon-active-user "gergely"))
|
||||
#+end_src
|
||||
|
||||
* Dired related packages
|
||||
|
||||
** Collapse directories that only contain one file somewhere deep
|
||||
|
@ -126,6 +126,7 @@
|
||||
lsp-ui
|
||||
magit
|
||||
markdown-mode
|
||||
mastodon
|
||||
matrix-client
|
||||
mc-extras
|
||||
mediawiki
|
||||
|
Loading…
Reference in New Issue
Block a user