adding user-id to ement
This commit is contained in:
parent
612f521567
commit
59f39817a1
|
@ -4513,7 +4513,7 @@ Matrix.el is a decent enough matrix client built in emacs. Like it.
|
|||
"R" 'ement-room-send-reaction)
|
||||
(chris/leader-keys
|
||||
"oM" 'ement-list-rooms))
|
||||
(ement-connect :uri-prefix "http://localhost:8008")
|
||||
(ement-connect :uri-prefix "http://localhost:8008" :user-id "@chriscochrun:tfcconnection.org")
|
||||
#+end_src
|
||||
|
||||
** Mastodon
|
||||
|
|
2
init.el
2
init.el
|
@ -3286,7 +3286,7 @@ interfere with the default `bongo-playlist-buffer'."
|
|||
"R" 'ement-room-send-reaction)
|
||||
(chris/leader-keys
|
||||
"oM" 'ement-list-rooms))
|
||||
(ement-connect :uri-prefix "http://localhost:8008")
|
||||
(ement-connect :uri-prefix "http://localhost:8008" :user-id "@chriscochrun:tfcconnection.org")
|
||||
|
||||
(use-package mastodon
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue