From af4d7f029be14d33a62dfce3e69f0bc174177c78 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Thu, 13 Jun 2024 23:47:33 +0000 Subject: Add consult imenu bindings --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 16a5885..dd5a245 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -159,6 +159,9 @@ and when JID is not in `jabber-activity-banned'." (global-set-key [remap yank-pop] #'consult-yank-pop) ;; like normal yank-pop but with live preview (global-set-key [remap goto-line] #'consult-goto-line) +(global-set-key [remap imenu] #'consult-imenu) +(bind-key [remap imenu] #'consult-org-heading #'org-mode-map) +(global-set-key [remap info] #'consult-info) ;;; Embark: sort of like right click, but better -- cgit 1.4.1-2-gfad0