diff --git a/init.el b/init.el index cd86938..d026bc0 100644 --- a/init.el +++ b/init.el @@ -185,7 +185,7 @@ (bind-key "" #'bm-toggle) (bind-key "" #'bm-next) (bind-key "" #'bm-previous) - (bind-key "" #'helm-org-agenda-files-headings) + (bind-key "" #'db/org-find-links-to-current-item) (bind-key "C-," #'mc/skip-to-previous-like-this) (bind-key "C-." #'mc/skip-to-next-like-this) (bind-key "C-;" #'iedit-mode)