From 0f0fade3c028dafea56bd9ca45f0e6b57af4f5db Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 12 Sep 2023 15:33:01 +0200 Subject: [PATCH] fix(layout): bepo: void-variable org-capture-mode-map error Caused if org is loaded without/before org-capture. Ref: #7408 --- modules/input/layout/+bepo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/input/layout/+bepo.el b/modules/input/layout/+bepo.el index a783bebc6..e6f5aa598 100644 --- a/modules/input/layout/+bepo.el +++ b/modules/input/layout/+bepo.el @@ -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