summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
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