This commit is contained in:
Chris Cochrun 2025-09-24 09:38:09 -05:00
parent 266e497b3c
commit e84b299018
2 changed files with 2 additions and 5 deletions

View file

@ -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"))

View file

@ -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