
Creating a plain text bible (WEB and KJV) so that I can study the BIble using Emacs's Org mode and Org-Roam. Plain text files are the most versitle file. They can be read my Microsoft Word, Atom, Notepad (of course), and Markdown readers. I made these plain text files to best be read by Emac's Org-Mode and
***| MAKE NUMBERED LIST |***
(defun org-make-olist (arg)
(interactive "P")
(let ((n (or arg 1)))
(when (region-active-p)
(setq n (count-lines (region-beginning)
(region-end)))
(goto-char (region-beginning)))
(dotimes (i n)
(beginning-of-line)
(insert (concat (number-to-string (1+ i)) ". "))
(forward-line))))
(map! :leader
:desc "Create a Numbered List"
"C-\" #'org-make-olist )
***| WEBSITE + SOCIAL |***
https://www.instagram.com/be_peters/
https://www.facebook.com/braham.peters
https://lbry.tv/@biblecraft:f
https://abepeters.com
...
https://www.youtube.com/watch?v=-RdPlYKFouc