fixing mu4e more betterer

This commit is contained in:
Chris Cochrun 2024-05-02 12:00:59 -05:00
parent 24e83ba3d7
commit ecf67be595
3 changed files with 63 additions and 20 deletions

View file

@ -158,6 +158,31 @@
(concat "https://api.genius.com/songs/" id
"?access_token=R0Y0ZW50Il9LSh5su3LKfdyfmQRx41NpVvLFJ0VxMo-hQ_4H1OVg_IE0Q-UUoFQx")))))
(defun lumina-presentation ()
"Creates a lumina presentation from an org document")
(defun lumina-add-item ()
"add and item to the lumina presentation org buffer"
(interactive)
(with-current-buffer (get-buffer "*lumina*")
(goto-char (point-max))
(insert "
*
:PROPERTIES:
:TITLE:
:AUTHOR:
:AUDIO:
:VERSE_ORDER:
:BACKGROUND:
:BACKGROUND_TYPE:
:HALIGN:
:VALIGN:
:FONT:
:FONT_SIZE:
:END:
")))
(cdr (elt (elt (elt (lumina-get-lyrics-genius "Death Was Arrested") 0) 3) 7))
(lumina-get-lyrics-genius "Death Was Arrested")