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:
parent
89421f018b
commit
0f0fade3c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue