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))))
|
(window-system . x))))
|
||||||
#+end_src
|
#+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
|
* Dired related packages
|
||||||
|
|
||||||
** Collapse directories that only contain one file somewhere deep
|
** Collapse directories that only contain one file somewhere deep
|
||||||
|
@ -126,6 +126,7 @@
|
|||||||
lsp-ui
|
lsp-ui
|
||||||
magit
|
magit
|
||||||
markdown-mode
|
markdown-mode
|
||||||
|
mastodon
|
||||||
matrix-client
|
matrix-client
|
||||||
mc-extras
|
mc-extras
|
||||||
mediawiki
|
mediawiki
|
||||||
|
Loading…
Reference in New Issue
Block a user