diff --git a/init.el b/init.el index 330c253..28d1f8f 100644 --- a/init.el +++ b/init.el @@ -3117,6 +3117,9 @@ Note that this workaround is incomplete, as explained in this comment." (bind-key "" #'hydra-org-linking/body) (bind-key "" #'magit-dispatch) (bind-key "" #'magit-status) + (bind-key "" #'bm-toggle) + (bind-key "C-" #'bm-next) + (bind-key "C-S-" #'bm-previous) (bind-key "C-," #'mc/skip-to-previous-like-this) (bind-key "C-." #'mc/skip-to-next-like-this) (bind-key "C-;" #'iedit-mode)