Remap embark-collect to embark-export
This commit is contained in:
parent
2644f53fe2
commit
f4b006ffb9
1 changed files with 5 additions and 1 deletions
|
|
@ -30,7 +30,11 @@
|
||||||
|
|
||||||
(defvar-keymap org-ql-completing-read-map
|
(defvar-keymap org-ql-completing-read-map
|
||||||
:doc "Active during `org-ql-completing-read' sessions."
|
:doc "Active during `org-ql-completing-read' sessions."
|
||||||
(kbd "C-c C-e") #'org-ql-completing-read-export)
|
"C-c C-e" #'org-ql-completing-read-export)
|
||||||
|
|
||||||
|
;; `embark-collect' doesn't work for `org-ql-completing-read', so remap
|
||||||
|
;; it to `embark-export' (which `keymap-set', et al doesn't allow).
|
||||||
|
(define-key org-ql-completing-read-map [remap embark-collect] 'embark-export)
|
||||||
|
|
||||||
;;;; Customization
|
;;;; Customization
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue