diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-21 15:31:39 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-21 15:34:55 +0200 |
commit | 71cb581ae6e53e022f48ecb5d063ee086ec2be4b (patch) | |
tree | 780180b83d4c581d90656ae31ee1776a0ebf7676 /.config | |
parent | 4a14f3d7958d58ec21a276c73de1f7da2080eddb (diff) |
emacs: Bind consult-imenu and consult-goto-line
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/modules/mm-completion.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-completion.el b/.config/emacs/modules/mm-completion.el index ea9cd3a..654a9bd 100644 --- a/.config/emacs/modules/mm-completion.el +++ b/.config/emacs/modules/mm-completion.el @@ -65,6 +65,8 @@ (use-package consult :ensure t :bind ( ([remap switch-to-buffer] . consult-buffer) + ([remap imenu] . consult-imenu) + ([remap goto-line] . consult-goto-line) :map consult-narrow-map ("?" . consult-narrow-help)) :config |