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
|
||||
(use-package org-board
|
||||
:ensure t
|
||||
:bind
|
||||
( :map org-mode-map
|
||||
("C-c o" . org-board-keymap)))
|
||||
:bind-keymap
|
||||
("C-c o" . org-board-keymap))
|
||||
#+end_src
|
||||
|
||||
** Finally, we provide the =unravel-study.el= module
|
||||
|
|
|
@ -283,8 +283,7 @@ modifications."
|
|||
;;; Downloading and archiving webpages
|
||||
(use-package org-board
|
||||
:ensure t
|
||||
:bind
|
||||
( :map org-mode-map
|
||||
("C-c o" . org-board-keymap)))
|
||||
:bind-keymap
|
||||
("C-c o" . org-board-keymap))
|
||||
|
||||
(provide 'unravel-study)
|
||||
|
|
Loading…
Reference in a new issue