bruh
This commit is contained in:
parent
266e497b3c
commit
e84b299018
2 changed files with 2 additions and 5 deletions
|
|
@ -5804,7 +5804,7 @@ Matrix.el is a decent enough matrix client built in emacs. Like it.
|
||||||
"em" 'ement-send-direct-message
|
"em" 'ement-send-direct-message
|
||||||
"en" 'ement-notifications))
|
"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
|
#+end_src
|
||||||
|
|
||||||
|
|
@ -5867,9 +5867,6 @@ I am going to try and use LanguageTool to fix grammatical issues.
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Org Bible
|
** 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.
|
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
|
#+begin_src emacs-lisp
|
||||||
(load (concat user-emacs-directory "bible.el"))
|
(load (concat user-emacs-directory "bible.el"))
|
||||||
|
|
|
||||||
2
init.el
2
init.el
|
|
@ -4294,7 +4294,7 @@ interfere with the default `bongo-playlist-buffer'."
|
||||||
"em" 'ement-send-direct-message
|
"em" 'ement-send-direct-message
|
||||||
"en" 'ement-notifications))
|
"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
|
(use-package mastodon
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue