diff --git a/README.org b/README.org index 4355e74b..0c9d3210 100644 --- a/README.org +++ b/README.org @@ -5804,7 +5804,7 @@ Matrix.el is a decent enough matrix client built in emacs. Like it. "em" 'ement-send-direct-message "en" 'ement-notifications)) -(ement-connect :uri-prefix "http://127.0.0.1:8008" :user-id "@chriscochrun:tfcconnection.org" :password "UtK4ik#sRx^GVqr@J3YVZ@#m") +(ement-connect :uri-prefix "http://127.0.0.1:8008") #+end_src @@ -5867,9 +5867,6 @@ I am going to try and use LanguageTool to fix grammatical issues. #+end_src ** Org Bible -:PROPERTIES: -:ID: 20231221T141041.368526 -:END: Org Bible is going to be set of functions for creating and using a bible app within Emacs. Let's see if we can't make it work. #+begin_src emacs-lisp (load (concat user-emacs-directory "bible.el")) diff --git a/init.el b/init.el index 66daa7b5..5c41856b 100644 --- a/init.el +++ b/init.el @@ -4294,7 +4294,7 @@ interfere with the default `bongo-playlist-buffer'." "em" 'ement-send-direct-message "en" 'ement-notifications)) -(ement-connect :uri-prefix "http://127.0.0.1:8008" :user-id "@chriscochrun:tfcconnection.org" :password "UtK4ik#sRx^GVqr@J3YVZ@#m") +(ement-connect :uri-prefix "http://127.0.0.1:8008") (use-package mastodon :config