fix(layout): bepo: void-variable org-capture-mode-map error

Caused if org is loaded without/before org-capture.

Ref: #7408
This commit is contained in:
Henrik Lissner 2023-09-12 15:33:01 +02:00
parent 89421f018b
commit 0f0fade3c0
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -149,7 +149,7 @@ In all cases, 'h' functions go to 'c' and 'l' ones go to 'r' so the navigation k
"»" ">"))
(after! lsp-ui
(+layout-bepo-rotate-ts-bare-keymap '(lsp-ui-peek-mode-map)))
(after! org
(after! org-capture
(defadvice! doom-bepo--org-completing-read (&rest args)
"Completing-read with SPACE being a normal character, and C-c mapping left alone."
:override #'org-completing-read