|  | @@ -1,11 +1,11 @@
 | 
	
		
			
				|  |  |  ;;;; -*- mode: EMACS-LISP; lexical-binding: t -*-
 | 
	
		
			
				|  |  |  ;;
 | 
	
		
			
				|  |  |  ;; bible-mode.el --- A browsing interface for the SWORD Project's Diatheke CLI
 | 
	
		
			
				|  |  | -;; Time-stamp: <2024-05-15 19:11:10 fred>
 | 
	
		
			
				|  |  | +;; Time-stamp: <2024-05-15 19:27:13 fred>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  ;; Author: Zacalot
 | 
	
		
			
				|  |  |  ;; Fixes and modifications by Fred Gilham
 | 
	
		
			
				|  |  | -;; Url: https://github.com/fmgilham/bible-mode
 | 
	
		
			
				|  |  | +;; Url: https://gitbot.homedns.org/fred/bible-mode
 | 
	
		
			
				|  |  |  ;; Forked from
 | 
	
		
			
				|  |  |  ;; Url: https://github.com/Zacalot/bible-mode
 | 
	
		
			
				|  |  |  ;; Version: 1.0.0
 | 
	
	
		
			
				|  | @@ -76,7 +76,7 @@
 | 
	
		
			
				|  |  |  (defgroup bible-mode nil
 | 
	
		
			
				|  |  |    "Settings for `bible-mode'."
 | 
	
		
			
				|  |  |    :group 'tools
 | 
	
		
			
				|  |  | -  :link '(url-link "https://github.com/fmgilham/bible-mode"))
 | 
	
		
			
				|  |  | +  :link '(url-link "https://gitbot.homedns.org/fred/bible-mode"))
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  (defcustom bm-module
 | 
	
		
			
				|  |  |    "KJV"
 |