Fix: Use :bind-keymap when binding to a keymap
This commit is contained in:
parent
5dd1f209ff
commit
711d62880c
2 changed files with 4 additions and 6 deletions
|
@ -5999,9 +5999,8 @@ section for ~org-fc~ (flashcards)]]).
|
||||||
;;; Downloading and archiving webpages
|
;;; Downloading and archiving webpages
|
||||||
(use-package org-board
|
(use-package org-board
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind
|
:bind-keymap
|
||||||
( :map org-mode-map
|
("C-c o" . org-board-keymap))
|
||||||
("C-c o" . org-board-keymap)))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Finally, we provide the =unravel-study.el= module
|
** Finally, we provide the =unravel-study.el= module
|
||||||
|
|
|
@ -283,8 +283,7 @@ modifications."
|
||||||
;;; Downloading and archiving webpages
|
;;; Downloading and archiving webpages
|
||||||
(use-package org-board
|
(use-package org-board
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind
|
:bind-keymap
|
||||||
( :map org-mode-map
|
("C-c o" . org-board-keymap))
|
||||||
("C-c o" . org-board-keymap)))
|
|
||||||
|
|
||||||
(provide 'unravel-study)
|
(provide 'unravel-study)
|
||||||
|
|
Loading…
Reference in a new issue