diff --git a/README.org b/README.org index 490b2188..ceefac73 100644 --- a/README.org +++ b/README.org @@ -709,7 +709,7 @@ This evil-collection package includes a lot of other evil based things. "ss" '(consult-line :which-key "consult search") "sr" '(consult-ripgrep :which-key "consult ripgrep") "sd" '(dictionary-search :which-key "search the dictionary") - "sv" '(chris/find-verse :which-key "imenu") + "sv" '(org-bible-find-verse-imenu :which-key "imenu") "oP" '(proced :which-key "proced") "ov" '(vterm :which-key "vterm") "wo" '(other-window :which-key "other window") diff --git a/init.el b/init.el index 09a76ed3..a50145f8 100644 --- a/init.el +++ b/init.el @@ -409,7 +409,7 @@ "ss" '(consult-line :which-key "consult search") "sr" '(consult-ripgrep :which-key "consult ripgrep") "sd" '(dictionary-search :which-key "search the dictionary") - "sv" '(chris/find-verse :which-key "imenu") + "sv" '(org-bible-find-verse-imenu :which-key "imenu") "oP" '(proced :which-key "proced") "ov" '(vterm :which-key "vterm") "wo" '(other-window :which-key "other window")