Fix: Use :bind-keymap when binding to a keymap

This commit is contained in:
Vedang Manerikar 2024-12-24 19:03:29 +05:30
parent 5dd1f209ff
commit 711d62880c
2 changed files with 4 additions and 6 deletions

View file

@ -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

View file

@ -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)