Separate ement.el and mastodon config sections
This commit is contained in:
parent
3000e4f3d0
commit
f4c9cec34b
|
@ -772,15 +772,21 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
|||
#+END_SRC
|
||||
|
||||
** Social
|
||||
|
||||
*** Mastodon
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq mastodon-instance-url "https://tech.lgbt"
|
||||
mastodon-active-user "Tux922")
|
||||
(use-package mastodon
|
||||
:commands mastodon)
|
||||
#+END_SRC
|
||||
|
||||
*** Matrix / Ement.el
|
||||
#+begin_src emacs-lisp
|
||||
(use-package ement
|
||||
:commands ement-connect)
|
||||
#+END_SRC
|
||||
#+end_src
|
||||
|
||||
|
||||
* TODO Media
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue