mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
(after! lsp-ui
|
||||||
(+layout-bepo-rotate-ts-bare-keymap '(lsp-ui-peek-mode-map)))
|
(+layout-bepo-rotate-ts-bare-keymap '(lsp-ui-peek-mode-map)))
|
||||||
(after! org
|
(after! org-capture
|
||||||
(defadvice! doom-bepo--org-completing-read (&rest args)
|
(defadvice! doom-bepo--org-completing-read (&rest args)
|
||||||
"Completing-read with SPACE being a normal character, and C-c mapping left alone."
|
"Completing-read with SPACE being a normal character, and C-c mapping left alone."
|
||||||
:override #'org-completing-read
|
:override #'org-completing-read
|
||||||
|
Reference in New Issue
Block a user